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

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