Switch from Systemd to Enit

This commit is contained in:
2025-03-11 22:10:51 +02:00
parent 75118399dd
commit 0b0a232f72
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ prepare() {
# The build function is executed in the source directory
# This function is used to compile the source code
build() {
./configure --prefix=/usr --sysconfdir=/etc --disable-documentation --systemdsystemunitdir=/usr/lib/systemd/system --enable-dracut-cpio
./configure --prefix=/usr --sysconfdir=/etc --disable-documentation --systemdsystemunitdir=no --enable-dracut-cpio
make
}