Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 451 Bytes

sensorfwd.service

File metadata and controls

18 lines (15 loc) · 451 Bytes
 
10
ExecStartPre=/bin/sh /usr/bin/sensord-daemon-conf-setup
11
ExecStart=/usr/sbin/sensorfwd -c=/etc/sensorfw/primaryuse.conf -d --log-level=warning --no-magnetometer-bg-calibration
12
ExecReload=/bin/kill -HUP $MAINPID
13
14
Restart=always
RestartSec=1