-
-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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
- Run the install script on a fresh klipper installation
- Check the moonraker.conf file after the script finished
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working