summaryrefslogtreecommitdiff
path: root/.config/systemd/user/x0vncserver@.service
blob: 21a3b7b7975f55eba30736a5b92132bb7d318425 (plain)
1
2
3
4
5
6
7
8
9
[Unit]
Description=VNC server for X displays
Conflicts=vncserver@%i.service
StopWhenUnneeded=true

[Service]
Type=simple
ExecStart=/usr/bin/x0vncserver display=%I PasswordFile=%h/.vnc/passwd
Restart=always