mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-03-23 03:16:40 +08:00
18 lines
342 B
Desktop File
18 lines
342 B
Desktop File
[Unit]
|
|
Description=One-KVM IP-KVM Service
|
|
Documentation=https://github.com/mofeng-git/One-KVM
|
|
After=network.target
|
|
Wants=network-online.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=root
|
|
# Example for older Intel GPUs:
|
|
# Environment=LIBVA_DRIVER_NAME=i965
|
|
ExecStart=/usr/bin/one-kvm
|
|
Restart=on-failure
|
|
RestartSec=5
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|