From 27d6c097f8f292c731add4acceb51aefc472dde6 Mon Sep 17 00:00:00 2001 From: Wojciech Malota-Wojcik Date: Wed, 5 Jul 2023 09:38:17 +0200 Subject: [PATCH] Fix tag reference in systemd service --- build/osman.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/osman.service b/build/osman.service index 9a2a0bd..78b085e 100644 --- a/build/osman.service +++ b/build/osman.service @@ -6,7 +6,7 @@ After=virtqemud.service virtnetworkd.service virtqemud-admin.socket [Service] Type=oneshot Environment="HOME=/root" -ExecStart=/bin/sh -c "/usr/bin/osman drop --type=vm --all && /usr/bin/osman start :auto" +ExecStart=/bin/sh -c "/usr/bin/osman drop --type=vm --all && /usr/bin/osman start @auto" ExecStop=/bin/sh -c "/usr/bin/osman stop --all && /usr/bin/osman drop --type=vm --all" RemainAfterExit=true