[Linux] Add wallpaper service

This commit is contained in:
2016-09-27 15:08:35 -07:00
parent 0c9f2371a0
commit bbebb5bc4d
2 changed files with 26 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
[Unit]
Description=wallpaper
[Service]
Type=simple
ExecStart=/usr/bin/bash "wallpaper.sh"
ExecStop=/usr/bin/pkill wallpaper.sh
[Install]
WantedBy=wm.target