mirror of
https://github.com/dw-0/kiauh.git
synced 2025-12-13 10:34:28 +05:00
19 lines
420 B
Desktop File
19 lines
420 B
Desktop File
[Unit]
|
|
Description=API Server for Klipper SV1 %INST%
|
|
Documentation=https://moonraker.readthedocs.io/
|
|
Requires=network-online.target
|
|
After=network-online.target
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=%USER%
|
|
SupplementaryGroups=moonraker-admin
|
|
RemainAfterExit=yes
|
|
WorkingDirectory=%MOONRAKER_DIR%
|
|
EnvironmentFile=%ENV_FILE%
|
|
ExecStart=%ENV%/bin/python $MOONRAKER_ARGS
|
|
Restart=always
|
|
RestartSec=10 |