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

[Install]
WantedBy=multi-user.target

[Service]
Type=simple
User=klipper
RemainAfterExit=yes
ExecStart=/usr/bin/python2 /opt/klipper/klippy/klippy.py /etc/klipper/klipper.cfg -I /run/klipper/sock
Restart=always
RestartSec=10