[Linux] Use env to find wallpaper executable

This commit is contained in:
Ivan Malison 2016-10-10 12:52:56 -07:00
parent c445a97572
commit cb06e57fb8
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -5,7 +5,7 @@ After=compton.service
[Service]
Type=simple
ExecStart=/usr/bin/bash "wallpaper.sh"
ExecStart=/usr/bin/env wallpaper.sh
ExecStop=/usr/bin/pkill wallpaper.sh
[Install]