9 lines
202 B
Desktop File
9 lines
202 B
Desktop File
[Unit]
|
|
Description=Software for sending locally stored events from the CosmicPi to an MQTT srver
|
|
|
|
[Service]
|
|
ExecStart=/bin/sh -c 'cosmicpi-mqtt'
|
|
Restart=on-failure
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|