This unit is provided by:
Options
- 
    [Install]- 
        WantedBy=multi-user.target
 
- 
        
- 
    [Service]- 
        EnvironmentFile=-/etc/sysconfig/sensord
- 
        EnvironmentFile=/etc/conf.d/sensord
- 
        EnvironmentFile=/etc/sysconfig/sensord
- 
        ExecStart=/usr/libexec/lm_sensors/sensord-service-wrapper
- 
        ExecStart=/usr/sbin/sensord -i $INTERVAL -l $LOG_INTERVAL -f daemon
- 
        ExecStart=/usr/sbin/sensord -i $INTERVAL -l $LOG_INTERVAL -f daemon $SENSORD_ARGS
- 
        PIDFile=/run/sensord.pid
- 
        PIDFile=/var/run/sensord.pid
- 
        ProtectControlGroupsIntroduced in systemd 232=yes
- 
        ProtectHomeIntroduced in systemd 214=yes
- 
        ProtectHostnameIntroduced in systemd 242=yes
- 
        ProtectKernelLogsIntroduced in systemd 244=yes
- 
        ProtectKernelTunablesIntroduced in systemd 232=yes
- 
        ProtectSystemIntroduced in systemd 214=full
- 
        RestrictRealtimeIntroduced in systemd 231=yes
- 
        Type=forking
 
- 
        
- 
    [Unit]- 
        After=lm_sensors.service
- 
        Description=Hardware Monitoring Data Logger
- 
        Description=Log hardware monitoring data
 
- 
        
Additionnal notes
Nothing here.