summaryrefslogtreecommitdiff
path: root/.config/systemd/user/xresources@.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 12:56:04 -0400
commitf9886289836d3c4f74ca7de9469350c3c3db50fd (patch)
tree1fed741683a35cac0b35484c3a3630714d0f1236 /.config/systemd/user/xresources@.service
parentfd9b3ae236abf5b1a47dbe4f94b3ef1a8c9cb68d (diff)
.config/systemd/user/*.service: Set SyslogIdentifier= to avoid 'env' in journal
Diffstat (limited to '.config/systemd/user/xresources@.service')
-rw-r--r--.config/systemd/user/xresources@.service1
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/systemd/user/xresources@.service b/.config/systemd/user/xresources@.service
index 83e4523..63657c3 100644
--- a/.config/systemd/user/xresources@.service
+++ b/.config/systemd/user/xresources@.service
@@ -9,6 +9,7 @@ Environment=DISPLAY=%I
Type=oneshot
ExecStart=/usr/bin/env flock %t/x11-xrdb@%I -c 'xrdb -merge ${XDG_CONFIG_HOME}/X11/resources'
+SyslogIdentifier=xrdb
[Install]
WantedBy=X11@%i.target