summarylogtreecommitdiffstats
path: root/moonraker.service
AgeCommit message (Collapse)Author
2024-09-27Prevent /opt/moonraker/bin/python symlink from being replaced by its target fileWilhelm Schuster
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.
2024-09-08use venv instead of PYTHONUSERBASE (0.9.2.r6.gf735c04-2)Filipe Laíns
Signed-off-by: Filipe Laíns <lains@riseup.net>
2023-08-29Adjust service file to load site-packages from /optWilhelm Schuster
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.
2023-06-29Migrate from adhoc to pyproject-based build via pdmWilhelm Schuster
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.
2022-12-27Update for datapath changesWilhelm Schuster
2022-01-29Update for polkitWilhelm Schuster
2021-03-11Update dependency and syslog identifier in serviceWilhelm Schuster
2021-02-22Initial commitWilhelm Schuster