mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-12 01:00:29 +08:00
15 lines
313 B
Desktop File
15 lines
313 B
Desktop File
[Unit]
|
|
Description=The main process of Pi-KVM
|
|
After=network.target network-online.target nss-lookup.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
Restart=always
|
|
RestartSec=3
|
|
|
|
ExecStart=python -m kvmd --config /etc/kvmd.yaml
|
|
ExecStopPost=python -m kvmd.extras.cleanup --config /etc/kvmd.yaml
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|