RaspyRFM/systemd/rcpulsegw.service

17 lines
281 B
SYSTEMD
Raw Normal View History

2020-12-29 00:18:57 +01:00
[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