mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-04 21:37:13 +08:00
10 lines
159 B
SYSTEMD
10 lines
159 B
SYSTEMD
|
[Unit]
|
||
|
Description=Sensor information logging daemon
|
||
|
|
||
|
[Service]
|
||
|
PIDFile=/var/run/sensord.pid
|
||
|
ExecStart=/usr/sbin/sensord
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|