summaryrefslogtreecommitdiff
path: root/odin/strm
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2018-04-25 15:43:57 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2018-04-25 15:43:57 +0200
commit1d9752a09b00de24412e637a0acd5721e4013475 (patch)
tree2e9bf7dcd49a12adbb604b18f084b3ef0bf92bac /odin/strm
parentb83410fb297484b07dad24ecbbf35bf1cec4bab9 (diff)
downloadnixos-1d9752a09b00de24412e637a0acd5721e4013475.tar
nixos-1d9752a09b00de24412e637a0acd5721e4013475.tar.gz
nixos-1d9752a09b00de24412e637a0acd5721e4013475.tar.bz2
nixos-1d9752a09b00de24412e637a0acd5721e4013475.tar.xz
nixos-1d9752a09b00de24412e637a0acd5721e4013475.zip
systemd syntax
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 a69ce766..0b8bcc73 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 systemd-run --unit $(systemd-escape --template=download-youtube@.service ${id}) 36 systemctl --wait start $(systemd-escape --template=download-youtube@.service ${id})
37 done 37 done
38done 38done