octoprint/files/octoprint.service
author Luke Hoersten <luke@hoersten.org>
Sun, 04 Feb 2024 20:27:19 -0600
changeset 227 2e0366f2dcbe
parent 193 fd46c0e68c2c
permissions -rw-r--r--
Tons of updates to fix migration to new server.

[Unit]
Description=Octoprint
After=network.target

[Service]
Environment="LC_ALL=C.UTF-8"
Environment="LANG=C.UTF-8"
User=octoprint
Group=octoprint
WorkingDirectory=/opt/octoprint/
ExecStart=/usr/local/bin/octoprint

[Install]
WantedBy=multi-user.target