1
0
mirror of https://gitlab.com/packaging/gitea synced 2024-12-18 16:13:44 +00:00

remove systemd autostart/enable, refs #6

Signed-off-by: morph027 <stefan.heitmueller@gmx.com>
This commit is contained in:
morph027 2022-01-17 09:38:25 +01:00
parent 921b728097
commit 4a5ddfe598
No known key found for this signature in database
GPG Key ID: BF17A54BB873BE58

View File

@ -43,8 +43,6 @@ stages:
--url "${URL}" --url "${URL}"
--depends git --depends git
--deb-systemd "${CI_PROJECT_DIR}/.packaging/${NAME}.service" --deb-systemd "${CI_PROJECT_DIR}/.packaging/${NAME}.service"
--deb-systemd-enable
--deb-systemd-auto-start
--deb-activate-noawait /etc/init.d --deb-activate-noawait /etc/init.d
--prefix=/ --prefix=/
--before-install "${CI_PROJECT_DIR}/.packaging/before-install.sh" --before-install "${CI_PROJECT_DIR}/.packaging/before-install.sh"