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 | ||||
9 | Type=oneshot | ||||
10 | |||||
11 | [Install] | ||||
12 | Alias=wmtd | ||||
13 | WantedBy=multi-user.target |