mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-12 09:10:30 +08:00
17 lines
275 B
Desktop File
17 lines
275 B
Desktop File
[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
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|