blob: 20985338d074abc14ad7a2b23b88cf7b211153ee (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
[Unit]
Description=PiKVM - The KVMD persistent storage manager
Before=kvmd.service
[Service]
User=kvmd-pst
Group=kvmd-pst
Type=simple
Restart=always
RestartSec=3
ExecStart=/usr/bin/kvmd-pst --run
TimeoutStopSec=3
[Install]
WantedBy=multi-user.target
|