aboutsummaryrefslogtreecommitdiff
path: root/.config/systemd
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2020-03-25 12:34:15 -0400
committertdro <tdro@users.noreply.github.com>2020-03-25 12:34:15 -0400
commit50be6e514fecca4ad6e445063d17b171869c8494 (patch)
tree7fe83a785a92b3c28856338ffdfd8da3a21b37fe /.config/systemd
parent7625d7201fcdc38e6fcebcb72e07620b76cd44a8 (diff)
downloaddotfiles-50be6e514fecca4ad6e445063d17b171869c8494.tar.gz
dotfiles-50be6e514fecca4ad6e445063d17b171869c8494.tar.bz2
dotfiles-50be6e514fecca4ad6e445063d17b171869c8494.zip
.config/systemd/user: Add syslog identifier
Set name in journald logs
Diffstat (limited to '.config/systemd')
-rw-r--r--.config/systemd/user/copyq.service1
-rw-r--r--.config/systemd/user/flameshot.service1
-rw-r--r--.config/systemd/user/plank.service1
-rw-r--r--.config/systemd/user/redshift.service1
-rw-r--r--.config/systemd/user/x0vncserver.service1
-rw-r--r--.config/systemd/user/x11vnc.service1
-rw-r--r--.config/systemd/user/xbindkeys.service1
7 files changed, 7 insertions, 0 deletions
diff --git a/.config/systemd/user/copyq.service b/.config/systemd/user/copyq.service
index 065cb5f..cd09ee0 100644
--- a/.config/systemd/user/copyq.service
+++ b/.config/systemd/user/copyq.service
@@ -6,6 +6,7 @@ Type=simple
ExecStart=/usr/bin/env copyq
Restart=always
RestartSec=5s
+SyslogIdentifier=copyq
[Install]
WantedBy=default.target
diff --git a/.config/systemd/user/flameshot.service b/.config/systemd/user/flameshot.service
index 495a3b4..431fc04 100644
--- a/.config/systemd/user/flameshot.service
+++ b/.config/systemd/user/flameshot.service
@@ -6,6 +6,7 @@ Type=simple
ExecStart=/usr/bin/env flameshot
Restart=always
RestartSec=5s
+SyslogIdentifier=flameshot
[Install]
WantedBy=default.target
diff --git a/.config/systemd/user/plank.service b/.config/systemd/user/plank.service
index 6c302bd..183e750 100644
--- a/.config/systemd/user/plank.service
+++ b/.config/systemd/user/plank.service
@@ -8,6 +8,7 @@ Environment=XDG_SESSION_TYPE=X11
ExecStart=/usr/bin/env plank
Restart=always
RestartSec=1s
+SyslogIdentifier=plank
[Install]
WantedBy=default.target
diff --git a/.config/systemd/user/redshift.service b/.config/systemd/user/redshift.service
index 73ba401..e18f1e4 100644
--- a/.config/systemd/user/redshift.service
+++ b/.config/systemd/user/redshift.service
@@ -6,6 +6,7 @@ Type=simple
ExecStart=/usr/bin/env redshift
Restart=always
RestartSec=5s
+SyslogIdentifier=redshift
[Install]
WantedBy=default.target
diff --git a/.config/systemd/user/x0vncserver.service b/.config/systemd/user/x0vncserver.service
index ba6ddfd..dcf6716 100644
--- a/.config/systemd/user/x0vncserver.service
+++ b/.config/systemd/user/x0vncserver.service
@@ -7,6 +7,7 @@ Type=forking
ExecStart=/usr/bin/env /usr/bin/sh -c '/usr/bin/x0vncserver -rfbport 5900 -RemapKeys="0x3c->0x2c" -passwordfile %h/.vnc/passwd &'
Restart=always
RestartSec=5s
+SyslogIdentifier=x0vncserver
[Install]
WantedBy=default.target
diff --git a/.config/systemd/user/x11vnc.service b/.config/systemd/user/x11vnc.service
index d05f479..abc9fd8 100644
--- a/.config/systemd/user/x11vnc.service
+++ b/.config/systemd/user/x11vnc.service
@@ -8,6 +8,7 @@ Type=simple
ExecStart=/usr/bin/env x11vnc -usepw -nowf -repeat -forever -noxrecord -auth %h/.Xauthority
Restart=always
RestartSec=1s
+SyslogIdentifier=x11vnc
[Install]
WantedBy=default.target
diff --git a/.config/systemd/user/xbindkeys.service b/.config/systemd/user/xbindkeys.service
index 8a5ad62..83d0813 100644
--- a/.config/systemd/user/xbindkeys.service
+++ b/.config/systemd/user/xbindkeys.service
@@ -7,6 +7,7 @@ ExecStart=/usr/bin/env xbindkeys -f %h/.config/xbindkeysrc -p -n
Restart=always
RestartSec=5s
KillMode=process
+SyslogIdentifier=xbindkeys
[Install]
WantedBy=default.target