summarylogtreecommitdiffstats
path: root/klipper.service
blob: 4ac0188324f59a4b4720019137bf74f61d057141 (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
Type=simple
User=klipper

[Install]
WantedBy=multi-user.target