blob: 9d77c3a0db06a20180cb706e6a553f407ea03175 (
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=5
[Install]
WantedBy=multi-user.target
|