summaryrefslogtreecommitdiff
path: root/dots/systemd/.config/systemd/user/wallpaper.service.j2
blob: 511a82e78c47a66f0c2553b015ae023ff63aa492 (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=1800s
ExecStart=/bin/bash {{ user.home }}/scripts/wallpaper.sh
Sysloglevel=5
LogLevelMax=5

[Install]
WantedBy=default.target