15 lines
359 B
Desktop File
15 lines
359 B
Desktop File
# SystemD File for diod
|
|
# Denis Knauf
|
|
|
|
[Unit]
|
|
Description=diod is a multi-threaded, user space file server that speaks 9P2000.L protocol.
|
|
After=syslog.target auditd.service munge.target network.target
|
|
|
|
[Service]
|
|
ExecStart=/usr/sbin/diod -c /etc/diod.conf
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
|
PIDFile=/var/run/diod/diod.pid
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|