realwallpaper: reduce log noise

This commit is contained in:
lassulus 2019-04-17 14:16:53 +02:00
parent 99b6cf632b
commit 8058af6c74

View File

@ -78,7 +78,7 @@ let
serviceConfig = {
Type = "simple";
ExecStart = pkgs.writeDash "generate-wallpaper" ''
set -xeuf
set -euf
# usage: getimg FILENAME URL
fetch() {