aboutsummaryrefslogtreecommitdiff
path: root/.config/systemd/user/redshift.service
diff options
context:
space:
mode:
Diffstat (limited to '.config/systemd/user/redshift.service')
-rw-r--r--.config/systemd/user/redshift.service5
1 files changed, 3 insertions, 2 deletions
diff --git a/.config/systemd/user/redshift.service b/.config/systemd/user/redshift.service
index e18f1e4..4392596 100644
--- a/.config/systemd/user/redshift.service
+++ b/.config/systemd/user/redshift.service
@@ -1,12 +1,13 @@
[Unit]
Description=Redshift
+StartLimitIntervalSec=0
[Service]
Type=simple
-ExecStart=/usr/bin/env redshift
+RestartSec=3
Restart=always
-RestartSec=5s
SyslogIdentifier=redshift
+ExecStart=/usr/bin/env redshift
[Install]
WantedBy=default.target