mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2024-12-18 11:58:58 +01:00
13 lines
252 B
SYSTEMD
13 lines
252 B
SYSTEMD
|
[Unit]
|
||
|
Description=MycroftOS Wifi Setup
|
||
|
After=network.target
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
User=root
|
||
|
WorkingDirectory=/usr/lib/node_modules/MycroftOS-WiFiSetup/
|
||
|
ExecStart=/usr/lib/node_modules/MycroftOS-WiFiSetup/run.sh
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|