diff options
author | Elizabeth Hunt <me@liz.coffee> | 2025-10-04 14:43:28 -0700 |
---|---|---|
committer | Elizabeth Hunt <me@liz.coffee> | 2025-10-04 14:53:07 -0700 |
commit | ff1386de7f7cb385a8b5f59a8588194eb3f1774a (patch) | |
tree | 9ab7458dfe8e09118b0081437ff375894fb468ad /dots/systemd | |
parent | 1722f55eccec31cc86cdee1a3673ebfa02af57a6 (diff) | |
download | dotfiles-ff1386de7f7cb385a8b5f59a8588194eb3f1774a.tar.gz dotfiles-ff1386de7f7cb385a8b5f59a8588194eb3f1774a.zip |
Some stuff
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 |