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