1
0
mirror of https://gitlab.com/packaging/gitea synced 2024-12-18 08:03:29 +00:00

fix systemd unit

This commit is contained in:
morph027 2020-06-20 09:49:09 +02:00
parent 81fcb1aedb
commit 24b78505c6
No known key found for this signature in database
GPG Key ID: BF17A54BB873BE58
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ package:
--maintainer "Stefan Heitmüller <stefan.heitmueller@gmx.com>" --maintainer "Stefan Heitmüller <stefan.heitmueller@gmx.com>"
--url "${URL}" --url "${URL}"
--depends git --depends git
--deb-systemd "${CI_PROJECT_DIR}/package_root/usr/lib/systemd/system/${NAME}.service" --deb-systemd "${CI_PROJECT_DIR}/package_scripts/${NAME}.service"
--deb-systemd-enable --deb-systemd-enable
--deb-systemd-auto-start --deb-systemd-auto-start
--deb-activate-noawait /etc/init.d --deb-activate-noawait /etc/init.d

View File

@ -13,4 +13,4 @@ Restart=always
EnvironmentFile=/etc/default/gitea EnvironmentFile=/etc/default/gitea


[Install] [Install]
WantedBy=multi-user.targe WantedBy=multi-user.target