Files
meshing-around/mesh_bot.service
T
SpudGunMan 5141b2b7e6 Rename Of File
sorry everyone
2024-06-26 11:12:56 -07:00

17 lines
327 B
Desktop File

[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