blob: 9a154d2911248ce2069af959ec08fc396e4a9c21 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
[Unit]
Description=Pi-KVM - Janus WebRTC Gateway (stub)
After=network.target network-online.target nss-lookup.target kvmd.service
[Service]
Type=oneshot
ExecStart=/bin/true
ExecStop=/bin/true
RemainAfterExit=true
LimitNOFILE=65536
[Install]
WantedBy=multi-user.target
|