This unit is provided by:
Options
- 
    [Install]- 
        WantedBy=multi-user.target
 
- 
        
- 
    [Service]- 
        EnvironmentFile=/etc/sysconfig/tvheadend
- 
        ExecStart=/usr/bin/tvheadend -f -p /run/tvheadend.pid $OPTIONS
- 
        PIDFile=/run/tvheadend.pid
- 
        ProtectControlGroupsIntroduced in systemd 232=yes
- 
        ProtectHomeIntroduced in systemd 214=yes
- 
        ProtectHostnameIntroduced in systemd 242=yes
- 
        ProtectKernelLogsIntroduced in systemd 244=yes
- 
        ProtectKernelModulesIntroduced in systemd 232=yes
- 
        ProtectKernelTunablesIntroduced in systemd 232=yes
- 
        ProtectSystemIntroduced in systemd 214=full
- 
        Restart=on-failure
- 
        RestartSec=54s
- 
        RestrictRealtimeIntroduced in systemd 231=yes
- 
        Type=forking
 
- 
        
- 
    [Unit]- 
        After=network.target auditd.service
- 
        Description=Tvheadend - a TV streaming server and DVR
 
- 
        
Additionnal notes
Nothing here.