summarylogtreecommitdiffstats
path: root/bubbleupnpserver.service
diff options
context:
space:
mode:
authorFabioLolix2020-12-07 14:45:03 +0100
committerFabioLolix2020-12-07 14:45:03 +0100
commit07f07f902fb9c73371780b7ffbe2b55abff295c6 (patch)
treed9a0c955f61b038623d9e93395a48481f1711a82 /bubbleupnpserver.service
parent49ce2428f1da7daf7f13249097b2cebb49741e8f (diff)
downloadaur-07f07f902fb9c73371780b7ffbe2b55abff295c6.tar.gz
update & revision
Diffstat (limited to 'bubbleupnpserver.service')
-rw-r--r--bubbleupnpserver.service7
1 files changed, 4 insertions, 3 deletions
diff --git a/bubbleupnpserver.service b/bubbleupnpserver.service
index 74ef4232af0e..2d516f1b4106 100644
--- a/bubbleupnpserver.service
+++ b/bubbleupnpserver.service
@@ -1,14 +1,15 @@
[Unit]
Description=BubbleUPnP Server
-Wants=network.target
-After=network.target
+Requires=network-online.target
+After=network-online.target
+
[Service]
User=bubbleupnp
Group=bubbleupnp
WorkingDirectory=/var/lib/bubbleupnp
EnvironmentFile=-/etc/conf.d/bubbleupnpserver
-ExecStart=/usr/share/bubbleupnpserver/launch.sh -dataDir /var/lib/bubbleupnp ${RUN_ARGS}
+ExecStart=/usr/share/bubbleupnpserver/launch.sh
SuccessExitStatus=1 2 SIGKILL
[Install]