[Service]
EnvironmentFile=/etc/default/tvheadend
-ExecStart=/usr/bin/tvheadend -f -p /var/run/tvheadend.pid $OPTIONS
-PIDFile=/var/run/tvheadend.pid
+ExecStart=/usr/bin/tvheadend -f -p /run/tvheadend.pid $OPTIONS
+PIDFile=/run/tvheadend.pid
Type=forking
Restart=on-failure
RestartSec=54s
Run as group \fR\fIgroupname\fR. Only applicable if daemonizing. Default is to use the 'video' group. If the 'video' group does not exist, gid 1 ('daemon') will be used.
.TP
\fB\-p\fR \fIpidpath\fR, \fB\-\-pid \fR\fIpidpath\fR
-Specify alternative PID path file (default /var/run/tvheadend.pid).
+Specify alternative PID path file (default /run/tvheadend.pid).
.TP
\fB\-C\fR, \fB\-\-firstrun\fR
If no user account exist then create one with no username and no
should be launched with the '-u' argument. Also notice that XMLTV will read/
store cache and configuration from the same user home directory.
.PP
-If daemonizing, Tvheadend will writes its pid in /var/run/tvheadend.pid
+If daemonizing, Tvheadend will writes its pid in /run/tvheadend.pid
.SH "AUTHOR"
.B Tvheadend
and this man page is maintained by the Tvheadend team. Please see the
[Service]
EnvironmentFile=/etc/sysconfig/tvheadend
-ExecStart=/usr/bin/tvheadend -f -p /var/run/tvheadend.pid $OPTIONS
-PIDFile=/var/run/tvheadend.pid
+ExecStart=/usr/bin/tvheadend -f -p /run/tvheadend.pid $OPTIONS
+PIDFile=/run/tvheadend.pid
Type=forking
Restart=on-failure
RestartSec=54s
*opt_logpath = NULL,
*opt_log_debug = NULL,
*opt_log_trace = NULL,
- *opt_pidpath = "/var/run/tvheadend.pid",
+ *opt_pidpath = "/run/tvheadend.pid",
#if ENABLE_LINUXDVB
*opt_dvb_adapters = NULL,
#endif