mini-beieli-lorahandler/systemd/lorahandler.service

16 lines
288 B
Desktop File

[Unit]
Description=Lorahandler web service
After=syslog.target
After=network.target redis.service
[Service]
Type=simple
User=beieli
Group=beieli
WorkingDirectory=/home/beieli/lorahandler
ExecStart=/home/beieli/lorahandler/lorahandler
Restart=always
[Install]
WantedBy=multi-user.target