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

16 lines
281 B
Desktop File

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