16 lines
371 B
Desktop File
16 lines
371 B
Desktop File
[Unit]
|
|
Description=WANFi Controller Service
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=forking
|
|
#WorkingDirectory=/opt/wfc/docker
|
|
ExecStart=/opt/wfc/bin/wfccontrol.sh start
|
|
ExecStop=/opt/wfc/bin/wfccontrol.sh stop
|
|
ExecReload=/opt/wfc/bin/wfccontrol.sh status
|
|
ExecStartPost=/opt/wfc/bin/wfccontrol.sh version
|
|
PIDFile=/var/run/wfccontrol.pid
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|