File: pdudaemon.service

package info (click to toggle)
pdudaemon 1.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 460 kB
  • sloc: python: 3,318; sh: 50; makefile: 12
file content (13 lines) | stat: -rw-r--r-- 272 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Control and Queueing daemon for PDUs

[Service]
ExecStart=/usr/sbin/pdudaemon --journal --conf=/etc/pdudaemon/pdudaemon.conf
Type=simple
DynamicUser=yes
StateDirectory=pdudaemon
ProtectHome=true
Restart=on-abnormal

[Install]
WantedBy=multi-user.target