mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-12 23:57:03 +02:00
16
systemd/piler.service
Normal file
16
systemd/piler.service
Normal file
@ -0,0 +1,16 @@
|
||||
[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
|
Reference in New Issue
Block a user