mirror of
https://github.com/dw-0/kiauh.git
synced 2025-12-13 10:34:28 +05:00
19 lines
359 B
Desktop File
19 lines
359 B
Desktop File
[Unit]
|
|
Description=Klipper 3D Printer Firmware SV1
|
|
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=%KLIPPER_DIR%
|
|
EnvironmentFile=%ENV_FILE%
|
|
ExecStart=%ENV%/bin/python $KLIPPER_ARGS
|
|
Restart=always
|
|
RestartSec=10
|