moved kvmd.service to configs dir

This commit is contained in:
Devaev Maxim
2018-07-08 02:57:29 +00:00
parent c24b6f83f8
commit b1d72e8663
2 changed files with 1 additions and 1 deletions

14
kvmd/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