octoprint/files/octoprint.service
changeset 193 fd46c0e68c2c
equal deleted inserted replaced
192:febbf9c3394c 193:fd46c0e68c2c
       
     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