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