diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2018-04-25 15:45:53 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2018-04-25 15:45:53 +0200 |
commit | b304928bc358c2c3e656f5f1d77e972ab5dd6ab3 (patch) | |
tree | 6d103d753c8bd15c102a8f10fd829e1679d7e30e | |
parent | 1d9752a09b00de24412e637a0acd5721e4013475 (diff) | |
download | nixos-b304928bc358c2c3e656f5f1d77e972ab5dd6ab3.tar nixos-b304928bc358c2c3e656f5f1d77e972ab5dd6ab3.tar.gz nixos-b304928bc358c2c3e656f5f1d77e972ab5dd6ab3.tar.bz2 nixos-b304928bc358c2c3e656f5f1d77e972ab5dd6ab3.tar.xz nixos-b304928bc358c2c3e656f5f1d77e972ab5dd6ab3.zip |
…
-rw-r--r-- | odin/strm/cache_media | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/odin/strm/cache_media b/odin/strm/cache_media index 0b8bcc73..4ae591f0 100644 --- a/odin/strm/cache_media +++ b/odin/strm/cache_media | |||
@@ -33,6 +33,6 @@ while { | |||
33 | url="" | 33 | url="" |
34 | 34 | ||
35 | for id (${ids}); do | 35 | for id (${ids}); do |
36 | systemctl --wait start $(systemd-escape --template=download-youtube@.service ${id}) | 36 | systemctl --user --wait start $(systemd-escape --template=download-youtube@.service ${id}) |
37 | done | 37 | done |
38 | done | 38 | done |