Fix incomplete systemd merge
This completes the merge to the ebuilds for slots 9.5 & 10.0.
I also extended the eselect-gitlabhq to so that it creates a
gitlabhq.target
hardlink (alias) to gitlabhq-$SLOT.target. This waysystemctl enable gitlabhq.target
is only needed once, andeselect-gitlabhq set ...
will be enough to switch to the new release.
The hardlink isn't working as I expected (not updated) so back to Alias in gitlabhq-SLOT.target. That requires a systemctl enable gitlabhq-
SLOT.target by every release upgrade.
(Removed the second commit that was making hardlink in eselect gitlabhq)
Note: This commit doesn't contain the gitlabhq/Manifest (needs now to be updated)
Closes #38
Edited by Andries van Schie