purpleidea / mgmt

Next generation distributed, event-driven, parallel config management!
https://purpleidea.com/tags/mgmtconfig/
GNU General Public License v3.0
3.58k stars 311 forks source link

Add systemd service file to release packages #679

Closed dantefromhell closed 2 years ago

dantefromhell commented 2 years ago

According to [1] "/usr/lib/systemd/system/" is where systemd files from installed packages are stored in ArchLinux

Open question: A] Does this change work for all distributions mgmt packages get build for? B] Is the systemd unit file path for packages consistent across linux distros?

[1] https://wiki.archlinux.org/title/Systemd#Writing_unit_files

purpleidea commented 2 years ago

@dantefromhell Hey, I'm missing more context about what's going on here and why you removed the --prefix flag. If you could add all that into the commit message (and then force push over this) it would help a lot. Thanks!