| 193 |      1 | [Unit] | 
|  |      2 | Description=Octoprint | 
|  |      3 | After=network.target | 
|  |      4 |  | 
|  |      5 | [Service] | 
|  |      6 | Environment="LC_ALL=C.UTF-8" | 
|  |      7 | Environment="LANG=C.UTF-8" | 
|  |      8 | User=octoprint | 
|  |      9 | Group=octoprint | 
|  |     10 | WorkingDirectory=/opt/octoprint/ | 
|  |     11 | ExecStart=/usr/local/bin/octoprint | 
|  |     12 |  | 
|  |     13 | [Install] | 
|  |     14 | WantedBy=multi-user.target |