2019-08-29 15:05:55 +02:00
|
|
|
[Unit]
|
|
|
|
|
Description=LoRa Packet Forwarder
|
|
|
|
|
After=network-online.target
|
|
|
|
|
Wants=network-online.target
|
|
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
|
Type=simple
|
|
|
|
|
WorkingDirectory=/home/pi/sx1302_hal/bin
|
2019-11-22 16:08:34 +01:00
|
|
|
ExecStart=/home/pi/sx1302_hal/bin/lora_pkt_fwd -c /home/pi/sx1302_hal/bin/global_conf.json.sx1250.EU868
|
2019-08-29 15:05:55 +02:00
|
|
|
Restart=always
|
|
|
|
|
RestartSec=30
|
|
|
|
|
StandardOutput=syslog
|
|
|
|
|
StandardError=syslog
|
|
|
|
|
SyslogIdentifier=lora_pkt_fwd
|
|
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
|
WantedBy=multi-user.target
|