From 1d9752a09b00de24412e637a0acd5721e4013475 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 25 Apr 2018 15:43:57 +0200 Subject: systemd syntax --- odin/strm/cache_media | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'odin/strm') 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 { url="" for id (${ids}); do - systemd-run --unit $(systemd-escape --template=download-youtube@.service ${id}) + systemctl --wait start $(systemd-escape --template=download-youtube@.service ${id}) done done -- cgit v1.2.3