mirror of
https://github.com/morgan9e/linux-sys-telemetry
synced 2026-04-14 00:04:07 +09:00
14 lines
213 B
Desktop File
14 lines
213 B
Desktop File
[Unit]
|
|
Description=System Sensor Bridge for D-Bus
|
|
After=dbus.service
|
|
|
|
[Service]
|
|
Type=dbus
|
|
BusName=org.sensord
|
|
ExecStart=/usr/local/bin/sensord
|
|
Restart=on-failure
|
|
RestartSec=5
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|