From 19f36d3d49f10e81c31cbc56b3f8bf65c91003ad Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Wed, 21 Mar 2018 12:56:04 -0400 Subject: .config/systemd/user/*.service: Set SyslogIdentifier= to avoid 'env' in journal --- .config/systemd/user/xmodmap@.service | 1 + 1 file changed, 1 insertion(+) (limited to '.config/systemd/user/xmodmap@.service') diff --git a/.config/systemd/user/xmodmap@.service b/.config/systemd/user/xmodmap@.service index 57bab8f..09d3b4e 100644 --- a/.config/systemd/user/xmodmap@.service +++ b/.config/systemd/user/xmodmap@.service @@ -9,6 +9,7 @@ Environment=DISPLAY=%I Type=oneshot ExecStart=-/usr/bin/env xmodmap ${XDG_CONFIG_HOME}/X11/modmap +SyslogIdentifier=xmodmap [Install] WantedBy=X11@%i.target -- cgit v1.2.3-2-g168b