mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-11-08 00:21:59 +01:00
70c2580fdc
Signed-off-by: Janos SUTO <sj@acts.hu>
17 lines
288 B
Desktop File
17 lines
288 B
Desktop File
[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
|