2
0
Files
build.wfc/build/systemd/system/wfccontrol.service
2024-12-12 18:10:43 +08:00

14 lines
281 B
Desktop File

[Unit]
Description=WANFi Controller Service
After=network.target
[Service]
Type=oneshot
RemainAfterExit=yes
WorkingDirectory=/opt/wfc/docker
ExecStart=/opt/wfc/bin/wfccontrol.sh start
ExecStop=/opt/wfc/bin/wfccontrol.sh stop
TimeoutStartSec=0
[Install]
WantedBy=multi-user.target