From 642148b24fcfb50220dcb6db29f7a3edf32541e3 Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Mon, 30 Oct 2023 09:39:18 +0100 Subject: [gammastep] use "pass" to pass location --- .config/gammastep/systemd/gammastep-user.service | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.config/gammastep') diff --git a/.config/gammastep/systemd/gammastep-user.service b/.config/gammastep/systemd/gammastep-user.service index dadf8e0..65aefcf 100644 --- a/.config/gammastep/systemd/gammastep-user.service +++ b/.config/gammastep/systemd/gammastep-user.service @@ -1,8 +1,8 @@ [Unit] -Description=gammastep +Description=gammastep at %I [Service] -ExecStart=/usr/bin/gammastep +ExecStart=/usr/bin/gammastep -l %I Restart=on-failure RestartSec=5 -- cgit v1.2.3