summaryrefslogtreecommitdiffstats
path: root/recipes-extended/agl-qemu-runner/files/agl-qemu-runner@.service
blob: d19c529f0d3f47a054b56e4da3d32e0edf0ceb89 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Requires=native-shell-client.service
After=native-shell-client.service

[Service]
Type=simple
ExecStart=/usr/sbin/agl-qemu-runner.sh %i
#Restart=on-failure
Restart=no

[Install]
WantedBy=multi-user.target