Hello,
I've installed a FreeBSD13.5 jail on my TrueNAS machine. After creating the jail, I installed the gitlab-ce port and after adding the enable entries into my rc.conf file, I'm getting the message that says these entries are missing (even though, they aren't).
I've installed a FreeBSD13.5 jail on my TrueNAS machine. After creating the jail, I installed the gitlab-ce port and after adding the enable entries into my rc.conf file, I'm getting the message that says these entries are missing (even though, they aren't).
# Disable Sendmail by defaultsendmail_enable="NO"
sendmail_submit_enable="NO"sendmail_outbound_enable="NO"
sendmail_msp_queue_enable="NO"
# Run secure syslogsyslogd_flags="-c -ss"
# Enable IPv6
ipv6_activate_all_interfaces="YES"
# Enable GitLabgitlab_enable = "YES"
gitlab_pages_enable = "YES"
git_daemon_enable = "YES"
redis_enable = "YES"sentinel_enable = "YES"
kpropd_enable = "YES"avahi-daemon_enable = "YES"
avahi-dnsconfd_enable = "YES"
cupsd_enable = "YES"
dbus_enable = "YES"
~
~
:q
root@GitLabBSD:~ # service gitlab start
/etc/rc.conf: gitlab_enable: not found
/etc/rc.conf: gitlab_pages_enable: not found
/etc/rc.conf: git_daemon_enable: not found
/etc/rc.conf: redis_enable: not found
/etc/rc.conf: sentinel_enable: not found
/etc/rc.conf: kpropd_enable: not found
/etc/rc.conf: avahi-daemon_enable: not found
/etc/rc.conf: avahi-dnsconfd_enable: not found
/etc/rc.conf: cupsd_enable: not found
/etc/rc.conf: dbus_enable: not found
/etc/rc.conf: gitlab_enable: not found
/etc/rc.conf: gitlab_pages_enable: not found
/etc/rc.conf: git_daemon_enable: not found
/etc/rc.conf: redis_enable: not found
/etc/rc.conf: senti

