14 lines
335 B
Desktop File
14 lines
335 B
Desktop File
[Unit]
|
|
Description=minilbd
|
|
|
|
[Service]
|
|
Type=forking
|
|
ExecStart=@srv_sbindir@/minilbd -asDaemon=true
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
|
ExecRestart=/bin/kill -HUP $MAINPID
|
|
ExecStartPre=/usr/bin/install -d -o root -g root /home/ziggi/Projects/sys2agent/tmp/run /home/ziggi/Projects/sys2agent/tmp/log
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|