blob: 49b8160527bcd1ad8c63b935de8070e6e5b55901 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
[Unit]
Description=Pi-KVM - The main daemon
After=network.target network-online.target nss-lookup.target
[Service]
User=kvmd
Group=kvmd
Type=simple
Restart=always
RestartSec=3
ExecStart=/usr/bin/kvmd
ExecStopPost=/usr/bin/kvmd-cleanup
TimeoutStopSec=10
[Install]
WantedBy=multi-user.target
|