summarylogtreecommitdiffstats
path: root/klipper.service
blob: 718eff3aa7e9a6df97e48edd25b2d7bbea19ea6a (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 /var/lib/klipper/klippy/klippy.py /etc/klipper.cfg -l /var/log/klipper/klippy.log
Type=simple
User=klipper

[Install]
WantedBy=multi-user.target