diff options
Diffstat (limited to 'kvmd/kvmd.service')
-rw-r--r-- | kvmd/kvmd.service | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kvmd/kvmd.service b/kvmd/kvmd.service index 7b04fc59..185a4eb5 100644 --- a/kvmd/kvmd.service +++ b/kvmd/kvmd.service @@ -7,8 +7,8 @@ Type=simple Restart=always RestartSec=3 -ExecStart=kvmd --config /etc/kvmd.yaml -ExecStopPost=kvmd-cleanup --config /etc/kvmd.yaml +ExecStart=/usr/bin/kvmd --config /etc/kvmd.yaml +ExecStopPost=/usr/bin/kvmd-cleanup --config /etc/kvmd.yaml [Install] WantedBy=multi-user.target |