summaryrefslogtreecommitdiff
path: root/.config/systemd/user/vncserver@.service
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2018-03-21 12:56:04 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2018-03-21 14:16:34 -0400
commit19f36d3d49f10e81c31cbc56b3f8bf65c91003ad (patch)
tree24f67416ecf16960503e13fd93900083bcbfc266 /.config/systemd/user/vncserver@.service
parent34593c6f86a8f707394da8f937cca1819b7b7cca (diff)
.config/systemd/user/*.service: Set SyslogIdentifier= to avoid 'env' in journal
Diffstat (limited to '.config/systemd/user/vncserver@.service')
-rw-r--r--.config/systemd/user/vncserver@.service1
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/systemd/user/vncserver@.service b/.config/systemd/user/vncserver@.service
index 2cabf4f..8808386 100644
--- a/.config/systemd/user/vncserver@.service
+++ b/.config/systemd/user/vncserver@.service
@@ -9,6 +9,7 @@ Restart=always
ExecStart=/usr/bin/env vncserver -fg %I
ExecStop=/usr/bin/env vncserver -kill %I
ExecStopPost=/bin/rm /tmp/.X%I-lock /tmp/.X11-unix/X%I
+SyslogIdentifier=vncserver
[Install]
WantedBy=default.target