10 lines
145 B
SYSTEMD
10 lines
145 B
SYSTEMD
|
[Unit]
|
||
|
Description=Human Activity Sensor Daemon
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/usr/local/bin/human-activity-daemon
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|
||
|
|