9 lines
119 B
SYSTEMD
9 lines
119 B
SYSTEMD
|
[Unit]
|
||
|
Description=Change wallpaper from unsplash
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=%h/unspla.sh
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=default.target
|