2014-12-08 18:12:34 +01:00
|
|
|
[Unit]
|
|
|
|
Description=Linkstation/Kurobox/Terastation micro controller daemon
|
|
|
|
After=sysinit.target local-fs.target
|
|
|
|
Before=basic.target
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=forking
|
|
|
|
PIDFile=/var/run/micro_evtd.pid
|
|
|
|
# EnvironmentFile=-/etc/conf.d/autofs
|
|
|
|
ExecStart=/usr/sbin/micro-evtd
|
|
|
|
# ExecReload=/bin/kill -HUP $MAINPID
|
|
|
|
# TimeoutSec=180
|
|
|
|
|
|
|
|
[Install]
|
2014-12-08 18:18:42 +01:00
|
|
|
WantedBy=basic.target
|