14 lines
281 B
Desktop File
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 |