2
0
Files
build.wfc/build/systemd/system/wfccontrol.service
2024-12-12 21:20:29 +08:00

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