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

[Install]
WantedBy=multi-user.target

[Service]
Type=simple
User=klipper
RemainAfterExit=no
Environment=PYTHONUNBUFFERED=1
ExecStart=/usr/bin/python /usr/lib/klipper/klippy/klippy.py /etc/klipper/klipper.cfg -I /run/klipper/sock
Restart=always
RestartSec=10