summaryrefslogtreecommitdiff
path: root/configs/os/services/kvmd.service
diff options
context:
space:
mode:
authorDevaev Maxim <[email protected]>2020-10-11 04:46:50 +0300
committerDevaev Maxim <[email protected]>2020-10-11 04:46:50 +0300
commita7f3773e0b47ddeeef5550859927fd4630b14da7 (patch)
treee793df2f4ac932ed1563cb22f6cc259ff413b5f9 /configs/os/services/kvmd.service
parent51ac65d542e041c4f75f0428fe4e84a10ef1c356 (diff)
service --run
Diffstat (limited to 'configs/os/services/kvmd.service')
-rw-r--r--configs/os/services/kvmd.service4
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/os/services/kvmd.service b/configs/os/services/kvmd.service
index b8adff7b..c15a02c3 100644
--- a/configs/os/services/kvmd.service
+++ b/configs/os/services/kvmd.service
@@ -10,8 +10,8 @@ Restart=always
RestartSec=3
AmbientCapabilities=CAP_NET_RAW
-ExecStart=/usr/bin/kvmd
-ExecStopPost=/usr/bin/kvmd-cleanup
+ExecStart=/usr/bin/kvmd --run
+ExecStopPost=/usr/bin/kvmd-cleanup --run
TimeoutStopSec=10
[Install]