13 lines
232 B
SYSTEMD
13 lines
232 B
SYSTEMD
![]() |
[Unit]
|
||
|
Description=Sending the noise data to the influx db
|
||
|
After=multi-user.target
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
ExecStart=/usr/bin/python /usr/bin/schreiomat-receiver
|
||
|
Restart=on-failure
|
||
|
RestartSec=5s
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|