mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-12 09:10:30 +08:00
17 lines
241 B
Desktop File
17 lines
241 B
Desktop File
[Unit]
|
|
Description=PiKVM - Media proxy server
|
|
After=kvmd.service
|
|
|
|
[Service]
|
|
User=kvmd-media
|
|
Group=kvmd-media
|
|
Type=simple
|
|
Restart=always
|
|
RestartSec=3
|
|
|
|
ExecStart=/usr/bin/kvmd-media --run
|
|
TimeoutStopSec=3
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|