octoprint/files/octoprint.service
author Luke Hoersten <luke@hoersten.org>
Mon, 30 Jan 2023 14:28:02 -0600
changeset 207 e16c94c81b53
parent 193 fd46c0e68c2c
permissions -rw-r--r--
Updated dendrite logs to error for less verbose.

[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