diff options
author | Daniel Weipert <code@drogueronin.de> | 2023-10-30 09:39:18 +0100 |
---|---|---|
committer | Daniel Weipert <code@drogueronin.de> | 2023-10-30 09:52:23 +0100 |
commit | 642148b24fcfb50220dcb6db29f7a3edf32541e3 (patch) | |
tree | b3331b0415a5d365a7d0526ddf4f06cad7929db8 /.config/gammastep/systemd | |
parent | c58ca46057301bc93c6fb3e1a1a4933335975885 (diff) |
[gammastep] use "pass" to pass location
Diffstat (limited to '.config/gammastep/systemd')
-rw-r--r-- | .config/gammastep/systemd/gammastep-user.service | 4 |
1 files changed, 2 insertions, 2 deletions
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 |