From cf68e7a4e23c8578253179ee1851646564779bff Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Wed, 25 Jan 2023 12:59:57 +0100 Subject: [PATCH] Increase verbosity for gh-notification service --- home/.config/systemd/user/gh-notification.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/.config/systemd/user/gh-notification.service b/home/.config/systemd/user/gh-notification.service index c78fa18..1b1d02d 100644 --- a/home/.config/systemd/user/gh-notification.service +++ b/home/.config/systemd/user/gh-notification.service @@ -3,7 +3,7 @@ Description="Show unread GitHub notifications" PartOf=graphical-session.target [Service] -ExecStart=%h/.local/bin/scripts/gui/gh-notification -v +ExecStart=%h/.local/bin/scripts/gui/gh-notification -vv Type=oneshot RemainAfterExit=false Restart=on-failure