summaryrefslogtreecommitdiff
path: root/odin/strm
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2018-04-25 15:45:53 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2018-04-25 15:45:53 +0200
commitb304928bc358c2c3e656f5f1d77e972ab5dd6ab3 (patch)
tree6d103d753c8bd15c102a8f10fd829e1679d7e30e /odin/strm
parent1d9752a09b00de24412e637a0acd5721e4013475 (diff)
downloadnixos-b304928bc358c2c3e656f5f1d77e972ab5dd6ab3.tar
nixos-b304928bc358c2c3e656f5f1d77e972ab5dd6ab3.tar.gz
nixos-b304928bc358c2c3e656f5f1d77e972ab5dd6ab3.tar.bz2
nixos-b304928bc358c2c3e656f5f1d77e972ab5dd6ab3.tar.xz
nixos-b304928bc358c2c3e656f5f1d77e972ab5dd6ab3.zip
Diffstat (limited to 'odin/strm')
-rw-r--r--odin/strm/cache_media2
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
38done 38done