mirror of
https://github.com/eoli3n/dotfiles
synced 2024-11-26 14:13:53 +01:00
10 lines
242 B
SYSTEMD
10 lines
242 B
SYSTEMD
[Unit]
|
|
Description=Download new wallpaper
|
|
|
|
[Service]
|
|
Type=forking
|
|
ExecStart=/home/user/scripts/bash/interfaceliftdownloader/interfacelift.sh -c /home/user/scripts/bash/interfaceliftdownloader/wallpaper.conf
|
|
|
|
[Install]
|
|
WantedBy=default.target
|