Skip to content

[BUG] install.sh does not set up moonraker update-manager #28

@xJylin

Description

@xJylin

Describe the bug
The install.sh does not create&include the moonraker-printcfg.conf file.
It also does not update the allow list.

# systemd service file for moonraker
[Unit]
Description=API Server for Klipper SV1
Requires=network-online.target
After=network-online.target

[Install]
WantedBy=multi-user.target

[Service]
Type=simple
User=lynk
SupplementaryGroups=moonraker-admin
RemainAfterExit=yes
EnvironmentFile=/home/lynk/printer_data/systemd/moonraker.env
ExecStart=/home/lynk/moonraker-env/bin/python $MOONRAKER_ARGS
Restart=always
RestartSec=10

This is most likely due to the way the moonraker.service not having the expected structure

To Reproduce

  1. Run the install script on a fresh klipper installation
  2. Check the moonraker.conf file after the script finished

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions