13 lines
232 B
Desktop File
13 lines
232 B
Desktop File
[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
|