chore(gitlab): install gitlab's omnibus package in a ec2 instance

This commit is contained in:
Michele Cereda
2024-04-21 00:47:47 +02:00
parent a43eb84589
commit 20b718532b
7 changed files with 103 additions and 4 deletions

View File

@@ -46,6 +46,9 @@ systemctl --user disable --now 'davmail.service'
# Check a service is currently active.
systemctl is-active 'wpa_supplicant.service'
# Check a service is currently enabled.
systemctl is-enabled 'wpa_supplicant.service'
# Reboot the system.
systemctl reboot