summaryrefslogtreecommitdiffstats
path: root/recipes-demo-hmi/unicens/files/most-network-startup.service
blob: 4fd037531f83b11bde3fa96615c1acedb5d2c1c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Most Network Startup Service
After=WindowManager.service

[Service]
Type=simple
RemainAfterExit=yes
ExecStart=/usr/AGL/most/loadDriver.sh --systemd
Restart=always

[Install]
WantedBy=default.target