rjw | 1f88458 | 2022-01-06 17:20:42 +0800 | [diff] [blame^] | 1 | [Unit] |
2 | Description=ccci md init | ||||
3 | Requires=bach_modem.service | ||||
4 | After=bach_modem.service | ||||
5 | |||||
6 | [Service] | ||||
7 | StandardOutput=kmsg+console | ||||
8 | ExecStartPre=/bin/mkdir -p /dev/radio/ | ||||
9 | ExecStart=/usr/sbin/ccci_mdinit 0 | ||||
10 | ExecStop=/usr/bin/killall -s KILL ccci_mdinit | ||||
11 | RemainAfterExit=yes | ||||
12 | User=root | ||||
13 | Group=root | ||||
14 | |||||
15 | [Install] | ||||
16 | WantedBy=multi-user.target |