rjw | 1f88458 | 2022-01-06 17:20:42 +0800 | [diff] [blame^] | 1 | [Unit] |
2 | Description=libmodem-afe-ctrl-server service | ||||
3 | |||||
4 | [Service] | ||||
5 | Type=simple | ||||
6 | StandardOutput=kmsg+console | ||||
7 | ExecStart=/usr/bin/libmodem-afe-ctrl-server-bin | ||||
8 | Restart=always | ||||
9 | RestartSec=5 | ||||
10 | TimeoutSec=5 | ||||
11 | |||||
12 | [Install] | ||||
13 | WantedBy=multi-user.target |