kreatolinux / kpkg-repo

Official repository for Kreato Linux.
GNU Affero General Public License v3.0
2 stars 5 forks source link

Service packages #70

Open kreatoo opened 1 year ago

kreatoo commented 1 year ago

Such as for wpa-supplicant, dhcpcd, seatd, etc. Right now we have to manually run these, or write our own service scripts, which is a PITA.

Only Jumpstart and systemd are currently supported so we can write for both of those very easyly.

kreatoo commented 1 year ago

Service packages will have the name format like PACKAGENAME-INITSYSTEM like dhcpcd-jumpstart.

Service packages will be integrated into the package manager (scheduled for kpkg v5.2), by detecting which init system is used through /etc/kreato-release and installing the service package (if it exists).

Open for suggestions.

kreatoo commented 1 year ago

It was implemented on kpkg side, only thing we now need is actually write the packages.