diff options
Diffstat (limited to 'dots/systemd')
-rw-r--r-- | dots/systemd/.config/systemd/user/wallpaper.service.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dots/systemd/.config/systemd/user/wallpaper.service.j2 b/dots/systemd/.config/systemd/user/wallpaper.service.j2 index 511a82e..8a22b76 100644 --- a/dots/systemd/.config/systemd/user/wallpaper.service.j2 +++ b/dots/systemd/.config/systemd/user/wallpaper.service.j2 @@ -3,7 +3,7 @@ Description=Sets wallpaper randomly every 30 mins [Service] Restart=always -RestartSec=1800s +RestartSec=3600s ExecStart=/bin/bash {{ user.home }}/scripts/wallpaper.sh Sysloglevel=5 LogLevelMax=5 |