summaryrefslogtreecommitdiff
path: root/dots/systemd/.config/systemd/user/wallpaper.service.j2
blob: 8a22b76bd553e29e41615296e7ab8680a4045f8d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Sets wallpaper randomly every 30 mins

[Service]
Restart=always
RestartSec=3600s
ExecStart=/bin/bash {{ user.home }}/scripts/wallpaper.sh
Sysloglevel=5
LogLevelMax=5

[Install]
WantedBy=default.target