RaspyRFM/systemd/lacrossegw.service
2020-12-29 00:18:57 +01:00

16 lines
283 B
Desktop File

[Unit]
Description=RaspyRFM la crosse gateway
After=network.target
StartLimitIntervalSec=0
[Service]
Type=simple
Restart=always
RestartSec=10
User=pi
ExecStart=/home/pi/dev/rfmgithub/apps/lacrossegw.py
StandardOutput=null
StandardError=journal
[Install]
WantedBy=multi-user.target