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/import-profile.service | 1 + 1 file changed, 1 insertion(+) (limited to '.config/systemd/user/import-profile.service') diff --git a/.config/systemd/user/import-profile.service b/.config/systemd/user/import-profile.service index acde590..5660966 100644 --- a/.config/systemd/user/import-profile.service +++ b/.config/systemd/user/import-profile.service @@ -6,6 +6,7 @@ DefaultDependencies=no [Service] Type=oneshot ExecStart=/usr/bin/env bash -l -c systemd-import-profile +SyslogIdentifier=systemd-import-profile [Install] WantedBy=basic.target -- cgit v1.2.3