summaryrefslogtreecommitdiffstats
path: root/share/systemd/qemu@.service
blob: 8c36df463e56de0e52d6644f408e6d7783e3be93 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description="Container: %i"
Documentation=man:compute-tools

[Service]
Type=simple
ExecStart=/usr/bin/container start -n %i --nspawn
ExecStartPost=/usr/bin/container start -n %i --start
#ExecStopPost=/usr/bin/container stop -n %i --clean --no-notification
KillMode=mixed

[Install]
WantedBy=multi-user.target