blob: b928865f2e8a03446f4055bae4dc1a042fd1cba4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
[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
[Install]
WantedBy=multi-user.target
|