Create mesh-bot.service

This commit is contained in:
SpudGunMan
2024-06-20 11:16:15 -07:00
parent 0138f0579b
commit 52a3676887
+16
View File
@@ -0,0 +1,16 @@
[Unit]
Description=MESH-BOT
[Service]
ExecStart=/usr/bin/python /usr/local/meshing-around/mesh-bot.py
# Disable Python's buffering of STDOUT and STDERR, so that output from the
# service shows up immediately in systemd's logs
Environment=PYTHONUNBUFFERED=1
Restart=on-failure
Type=notify
[Install]
WantedBy=default.target