summaryrefslogtreecommitdiff
path: root/.config/systemd/user/wallpaper-continuous.service
blob: bc8a33bac49ef016de3678b149cb7f51f59e855a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[Unit]
Description=Change the wallpaper periodically

[Service]
Environment=DISPLAY=:0

ExecStart=/usr/bin/sh -lc wallpaper-continuous.sh

Restart=always
# Restart service after 10 seconds if service crashes
RestartSec=10
SyslogIdentifier=wallpaper-continuous

[Install]
WantedBy=basic.target