summaryrefslogtreecommitdiff
path: root/.config/gammastep/systemd/gammastep@.service
diff options
context:
space:
mode:
authorDaniel Weipert <code@drogueronin.de>2022-02-06 21:56:40 +0100
committerDaniel Weipert <code@drogueronin.de>2023-10-30 09:52:23 +0100
commitbc20466a11ff70f964a6cd97be8930d26d5d4d9c (patch)
treed0f15696f857a2307c6b93c992f9389ca86480ca /.config/gammastep/systemd/gammastep@.service
parent02f0101b669c9364f51fa16fff9914a35c06fa49 (diff)
Add gammastep
Diffstat (limited to '.config/gammastep/systemd/gammastep@.service')
-rw-r--r--.config/gammastep/systemd/gammastep@.service12
1 files changed, 12 insertions, 0 deletions
diff --git a/.config/gammastep/systemd/gammastep@.service b/.config/gammastep/systemd/gammastep@.service
new file mode 100644
index 0000000..08f0f37
--- /dev/null
+++ b/.config/gammastep/systemd/gammastep@.service
@@ -0,0 +1,12 @@
+[Unit]
+Description=gammastep
+
+[Service]
+User=%i
+ExecStart=gammastep-systemd
+Restart=on-failure
+RestartSec=5
+
+[Install]
+WantedBy=graphical.target
+