diff options
Diffstat (limited to '.config/gammastep/systemd/gammastep@.service')
-rw-r--r-- | .config/gammastep/systemd/gammastep@.service | 12 |
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 + |