From afd40978d6ac72c47085f0ae2265c3893596abc3 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Wed, 4 Feb 2015 15:15:27 -0500 Subject: systemd: Add the %I/DISPLAY to the descriptions --- .config/systemd/user/vncserver@.service | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to '.config/systemd/user/vncserver@.service') diff --git a/.config/systemd/user/vncserver@.service b/.config/systemd/user/vncserver@.service index 8c1d818..2433977 100644 --- a/.config/systemd/user/vncserver@.service +++ b/.config/systemd/user/vncserver@.service @@ -1,11 +1,12 @@ [Unit] -Description=VNC desktop +Description=VNC virtual desktop %I Conflicts=x0vncserver@%i.service [Service] Type=simple -ExecStart=/bin/bash -l -c 'vncserver -fg %I' Restart=always + +ExecStart=/bin/bash -l -c 'vncserver -fg %I' ExecStopPost=/bin/rm /tmp/.X%I-lock /tmp/.X11-unix/X%I [Install] -- cgit v1.2.3-54-g00ecf