mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-11-07 22:31:59 +01:00
17 lines
288 B
SYSTEMD
17 lines
288 B
SYSTEMD
|
[Unit]
|
||
|
Description=Piler daemon
|
||
|
After=network.target mariadb.service
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/usr/sbin/piler -d
|
||
|
PIDFile=/var/run/piler/piler.pid
|
||
|
KillMode=process
|
||
|
Restart=on-failure
|
||
|
RestartPreventExitStatus=255
|
||
|
Type=forking
|
||
|
User=root
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|
||
|
Alias=piler.service
|