feat: init build release
This commit is contained in:
14
build/systemd/system/wfccontrol.service
Normal file
14
build/systemd/system/wfccontrol.service
Normal file
@@ -0,0 +1,14 @@
|
||||
[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
|
||||
Reference in New Issue
Block a user