blob: 5f4b44a8ac9b6bdf7b24265c36ee4bb8217a17ec (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
[Unit]
Description=Pi-KVM - 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
ExecStart=/usr/bin/kvmd-janus --run
TimeoutStopSec=5
KillMode=mixed
[Install]
WantedBy=multi-user.target
|