mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 00:51:53 +08:00
pst server
This commit is contained in:
16
configs/os/services/kvmd-pst.service
Normal file
16
configs/os/services/kvmd-pst.service
Normal file
@@ -0,0 +1,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
|
||||
Reference in New Issue
Block a user