summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--share/systemd/container@.service3
1 files changed, 1 insertions, 2 deletions
diff --git a/share/systemd/container@.service b/share/systemd/container@.service
index 9e9f720..99c4bd4 100644
--- a/share/systemd/container@.service
+++ b/share/systemd/container@.service
@@ -4,8 +4,7 @@ Documentation=man:compute-tools
[Service]
Type=simple
-ExecStart=/usr/bin/container start --name %i --nspawn --no-notification
-ExecStartPost=/usr/bin/container start --name %i --start --no-notification
+ExecStart=/usr/bin/container start --name %i --start --no-notification
ExecStopPost=/usr/bin/container stop -n %i --clean --no-notification
KillMode=mixed