2
0
Files
build.wfc/build/systemd/system/wfccontrol.service
2025-02-18 15:46:09 +08:00

15 lines
309 B
Desktop File

[Unit]
Description=WANFi Control and Billing System
After=network.target
Requires=network.target
[Service]
Type=oneshot
RemainAfterExit=yes
WorkingDirectory=/opt/wfc/docker
ExecStart=docker-compose start
ExecStop=docker-compose stop
ExecReload=docker-compose restart
[Install]
WantedBy=multi-user.target