blob: f58393e4b386084f9d7b9407bbfc3811fde49a34 [file] [log] [blame]
developer15a43312022-04-12 11:23:23 +08001[Unit]
2Description=OpenSync service
3After=hostapd.service
4
5[Service]
6Type=forking
7ExecStart=/usr/opensync/scripts/managers.init start
8Restart=always
9StartLimitIntervalSec=120
10
11[Install]
12WantedBy=multi-user.target
13