From 552b04d032ae77c79be075a613444e0a10cab49b Mon Sep 17 00:00:00 2001 From: Alex Lee Date: Thu, 19 Dec 2019 14:30:31 +0200 Subject: [PATCH] Update rune_PL_wrk.service This service have no stable running. In my case (I have external wifi adapter), arch load rune_PL firstly, and after it's loading wifi drivers. Thus rune_PL on running get down because wifi is off now. I guess it is not good solution, but it's working. --- config/usr/lib/systemd/system/rune_PL_wrk.service | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/usr/lib/systemd/system/rune_PL_wrk.service b/config/usr/lib/systemd/system/rune_PL_wrk.service index 09e686c..a64ac83 100644 --- a/config/usr/lib/systemd/system/rune_PL_wrk.service +++ b/config/usr/lib/systemd/system/rune_PL_wrk.service @@ -3,8 +3,9 @@ Description=RuneAudio Playback Worker After=network.target [Service] +ExecStartPre=-/bin/sleep 15 ExecStart=/var/www/command/rune_PL_wrk -TimeoutSec=0 +TimeoutSec=70 Restart=always [Install]