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
|