mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-13 01:30:31 +08:00
23 lines
407 B
Desktop File
23 lines
407 B
Desktop File
[Unit]
|
|
Description=PiKVM - Janus WebRTC Gateway
|
|
After=network.target network-online.target nss-lookup.target kvmd.service
|
|
|
|
[Service]
|
|
User=kvmd-janus
|
|
Group=kvmd-janus
|
|
Type=simple
|
|
Restart=always
|
|
RestartSec=3
|
|
AmbientCapabilities=CAP_NET_RAW
|
|
LimitNOFILE=65536
|
|
|
|
# Crutch for UNIX socket perms
|
|
UMask=0117
|
|
|
|
ExecStart=/usr/bin/kvmd-janus --run
|
|
TimeoutStopSec=10
|
|
KillMode=mixed
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|