developer | bc262d5 | 2022-06-27 19:47:13 +0800 | [diff] [blame] | 1 | [Unit] |
2 | Description=U-Bus daemon | ||||
3 | After=local-fs.target | ||||
4 | Requires=local-fs.target | ||||
5 | |||||
6 | [Service] | ||||
7 | ExecStart=/bin/sh -c '@SBINDIR@/ubusd &' | ||||
8 | Type=forking | ||||
9 | Restart=always | ||||
10 | RestartSec=10 | ||||
11 | |||||
12 | [Install] | ||||
13 | WantedBy=multi-user.target |