Age | Commit message (Collapse) | Author |
|
Also drop the klipper.service requirement from the service file as
moonraker works without having klipper running. A common occurence when
flashing a MCU as that require klipper to be stopped to relenquish
control from the serial port.
|
|
Signed-off-by: Filipe Laíns <lains@riseup.net>
|
|
This sets the PYTHONUSERBASE variable to load site-packages from
/opt/moonraker/lib/... I wasn't able to find a cleaner solution
unfortunately. Really, this package should be migrated out of /opt, but
I don't want to deal with the /var/opt -> /var move.
|
|
This installs moonraker as a proper python module. However we still keep
installing to /opt in order to preserve the /var/opt as the datadir
prefix.
|
|
|
|
|
|
|
|
|