summarylogtreecommitdiffstats
path: root/novnc@.service
blob: 039d7a8863312ab1d218f2327ea01743de143eab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=noVNC Service
After=network.target

[Service]
Type=idle
DynamicUser=yes
Restart=on-failure
RestartSec=5s
ExecStart=/usr/bin/novnc --vnc %i

[Install]
WantedBy=multi-user.target