From: mpmc Date: Mon, 8 Jul 2019 07:27:14 +0000 (+0100) Subject: systemd service file: remove wildcard mounts preventing startup - replace with a... X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ac41a512410889d2b14a19ae6fc5693772b495d;p=thirdparty%2Ftvheadend.git systemd service file: remove wildcard mounts preventing startup - replace with a note fixes #5678 --- diff --git a/debian/tvheadend.service b/debian/tvheadend.service index 3a7c8540d..74aaaac7b 100644 --- a/debian/tvheadend.service +++ b/debian/tvheadend.service @@ -1,6 +1,11 @@ [Unit] Description=Tvheadend - a TV streaming server and DVR -After=auditd.service syslog.target network.target local-fs.target *.mount +# Add existing services you want started before Tvheadend, e.g, mount +# units.. +# After=auditd.service syslog.target network.target local-fs.target mnt-recordings.mount +# See "man systemd.mount" or view https://www.freedesktop.org/software/systemd/man/systemd.mount.html + +After=auditd.service syslog.target network.target local-fs.target [Service] EnvironmentFile=/etc/default/tvheadend diff --git a/rpm/tvheadend.service b/rpm/tvheadend.service index 8c6d6de24..bdcd7270e 100644 --- a/rpm/tvheadend.service +++ b/rpm/tvheadend.service @@ -1,6 +1,11 @@ [Unit] Description=Tvheadend - a TV streaming server and DVR -After=auditd.service syslog.target network.target local-fs.target *.mount +# Add existing services you want started before Tvheadend, e.g, mount +# units.. +# After=auditd.service syslog.target network.target local-fs.target mnt-recordings.mount +# See "man systemd.mount" or view https://www.freedesktop.org/software/systemd/man/systemd.mount.html + +After=auditd.service syslog.target network.target local-fs.target [Service] EnvironmentFile=/etc/sysconfig/tvheadend