lm_sensors/sensord.systemd
Nikola Pajkovsky 8c30c1d1c3 789761 - Provide native systemd service
Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
2012-02-13 14:25:43 +01:00

12 lines
241 B
Plaintext

[Unit]
Description=Sensor Information Logging
[Service]
Type=forking
EnvironmentFile=-/etc/sysconfig/sensord
PIDFile=/run/sensord.pid
ExecStart=/usr/sbin/sensord -i $INTERVAL -l $LOG_INTERVAL -f daemon
[Install]
WantedBy=multi-user.target