mirror of
https://github.com/dw-0/kiauh.git
synced 2025-12-13 18:44:29 +05:00
19 lines
373 B
Desktop File
19 lines
373 B
Desktop File
[Unit]
|
|
Description=Klipper 3D Printer Firmware SV1 %INST%
|
|
Documentation=https://www.klipper3d.org/
|
|
After=network-online.target
|
|
Wants=udev.target
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=%USER%
|
|
RemainAfterExit=yes
|
|
WorkingDirectory=/home/%USER%/klipper
|
|
EnvironmentFile=%ENV_FILE%
|
|
ExecStart=%ENV%/bin/python $KLIPPER_ARGS
|
|
Restart=always
|
|
RestartSec=10
|