diff options
Diffstat (limited to '.config/gammastep/systemd/gammastep-user.service')
-rw-r--r-- | .config/gammastep/systemd/gammastep-user.service | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.config/gammastep/systemd/gammastep-user.service b/.config/gammastep/systemd/gammastep-user.service new file mode 100644 index 0000000..dadf8e0 --- /dev/null +++ b/.config/gammastep/systemd/gammastep-user.service @@ -0,0 +1,10 @@ +[Unit] +Description=gammastep + +[Service] +ExecStart=/usr/bin/gammastep +Restart=on-failure +RestartSec=5 + +[Install] +WantedBy=sway-session.target |