octoprint/files/octoprint.service
author Luke Hoersten <luke@hoersten.org>
Thu, 29 May 2025 20:01:29 -0500
changeset 242 e7083ad5c365
parent 193 fd46c0e68c2c
permissions -rw-r--r--
Fixed an error with overwriting certbot certs.

[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