summarylogtreecommitdiffstats
path: root/klipper.service
blob: d7b467d72c5355ae74e3770e9b9e1f0f7866cbed (plain)
1
2
3
4
5
6
7
8
9
10
[Unit]
Description=3D printer firmware with motion planning on the host

[Service]
ExecStart=/usr/bin/python2 /opt/klipper/klippy/klippy.py /etc/klipper.cfg -l /var/log/klipper/klippy.log -I /run/klipper/sock
Type=simple
User=klipper

[Install]
WantedBy=multi-user.target