8c30c1d1c3
Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
12 lines
241 B
Plaintext
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
|