blob: 5be13434a4cee47f1f942764aebaa3621b05e815 [file] [log] [blame]
developer6040b462022-07-01 13:42:44 +08001[Unit]
2Description=Usteer daemon
3After=ubusd.service hostapd.service
4Requires=ubusd.service hostapd.service
5
6[Service]
7ExecStart=/bin/sh -c '@SBINDIR@/usteerd &'
8Type=forking
9Restart=always
10RestartSec=10
11
12[Install]
13WantedBy=multi-user.target