mirror of
https://github.com/andreili/SBC_builder.git
synced 2025-08-23 19:04:06 +02:00
19 lines
414 B
Desktop File
19 lines
414 B
Desktop File
[Unit]
|
|
Description=API Server for Klipper SV1
|
|
Requires=network-online.target
|
|
After=network-online.target
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=biqu
|
|
SupplementaryGroups=moonraker-admin
|
|
RemainAfterExit=yes
|
|
WorkingDirectory=/home/biqu/moonraker
|
|
EnvironmentFile=/home/biqu/printer_data/systemd/moonraker.env
|
|
ExecStart=/home/biqu/venv/bin/python $MOONRAKER_ARGS
|
|
Restart=always
|
|
RestartSec=10
|