service --run

This commit is contained in:
Devaev Maxim
2020-10-11 04:46:50 +03:00
parent 51ac65d542
commit a7f3773e0b
10 changed files with 24 additions and 7 deletions

View File

@@ -10,7 +10,7 @@ Restart=always
RestartSec=3
AmbientCapabilities=CAP_NET_BIND_SERVICE
ExecStart=/usr/bin/kvmd-ipmi
ExecStart=/usr/bin/kvmd-ipmi --run
TimeoutStopSec=3
[Install]

View File

@@ -9,7 +9,7 @@ Type=simple
Restart=always
RestartSec=3
ExecStart=/usr/bin/kvmd-vnc
ExecStart=/usr/bin/kvmd-vnc --run
TimeoutStopSec=3
[Install]

View File

@@ -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]