mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-06-25 04:21:03 +02:00
17 lines
327 B
Desktop File
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
|