octoprint/files/octoprint.service
author Luke Hoersten <luke@hoersten.org>
Mon, 23 Mar 2026 23:38:04 -0500
changeset 251 f9f96b8c092e
parent 193 fd46c0e68c2c
permissions -rw-r--r--
Changed reg for koreader to false.

[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