moved kvmd to the root

This commit is contained in:
Devaev Maxim
2018-09-26 02:57:24 +03:00
parent f3946f102f
commit 81a5311349
91 changed files with 2 additions and 2 deletions

14
configs/kvmd.service Normal file
View File

@@ -0,0 +1,14 @@
[Unit]
Description=The main Pi-KVM daemon
After=network.target network-online.target nss-lookup.target
[Service]
Type=simple
Restart=always
RestartSec=3
ExecStart=/usr/bin/kvmd --config /etc/kvmd.yaml
ExecStopPost=/usr/bin/kvmd-cleanup --config /etc/kvmd.yaml
[Install]
WantedBy=multi-user.target