setup/clone/utility/sats-wpa.service

14 lines
244 B
SYSTEMD
Raw Normal View History

2017-07-21 10:43:37 +00:00
[Unit]
Description=SATS DWC (Dynamic Wireless Credentials)
Requires=sats-install.service
Before=network.target
[Service]
Type=simple
User=sats
Group=sats
ExecStart=/bin/sh /service/sats-loop
Restart=always
[Install]
WantedBy=multi-user.target