rjw | 1f88458 | 2022-01-06 17:20:42 +0800 | [diff] [blame^] | 1 | [Unit] |
2 | Description=WMT Daemon | ||||
3 | After=network.target | ||||
4 | Requires=nvram_daemon.service | ||||
5 | After=nvram_daemon.service | ||||
6 | |||||
7 | [Service] | ||||
8 | ExecStart=/usr/bin/wmt_loader > ttyS0 | ||||
9 | Type=oneshot | ||||
10 | StandardOutput=tty | ||||
11 | StandardError=tty | ||||
12 | |||||
13 | [Install] | ||||
14 | Alias=wmtd | ||||
15 | WantedBy=multi-user.target |