meshtastic-map/meshtastic-map.service

16 lines
306 B
SYSTEMD
Raw Normal View History

[Unit]
Description=meshtastic-map
After=network.target
StartLimitIntervalSec=0
[Service]
Type=simple
Restart=always
RestartSec=1
User=liamcottle
WorkingDirectory=/home/liamcottle/meshtastic-map
ExecStart=/usr/bin/env node /home/liamcottle/meshtastic-map/src/index.js
[Install]
WantedBy=multi-user.target