From 1acf6afd66c2d7e9a8a5bff42fd1484187d58426 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20Sp=C3=B6hel?= Date: Wed, 23 Aug 2023 15:39:17 +0200 Subject: Basic unifid start. --- share/systemd/qemu@.service | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 share/systemd/qemu@.service (limited to 'share/systemd') diff --git a/share/systemd/qemu@.service b/share/systemd/qemu@.service new file mode 100644 index 0000000..8c36df4 --- /dev/null +++ b/share/systemd/qemu@.service @@ -0,0 +1,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 -- cgit v1.2.3