Changes between Initial Version and Version 1 of Ticket #3020, comment 2
- Timestamp:
- 11/05/23 11:36:22 (13 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3020, comment 2
initial v1 24 24 25 25 {{{ 26 systemctl disablesmartd.service26 systemctl mask smartd.service 27 27 systemctl disable systemd-journald-audit.socket 28 systemctl disable saslauthd postfix #don't want it sending mail, except when testing mail 28 29 }}} 29 30 31 # copy over from osgeo6 - key is already installed, so we can get straight to rsync 32 {{{ 33 rsync -avz --exclude=DEPRECATED root@osgeo6.osgeo.osuosl.org:/var/www/* /var/www/ 34 }}} 35 36 #once that is over then apache starts fine 37 38 {{{ 39 a2dissite mapserver.org #these have hard-coded ips so don't start on container which has a different ip 40 a2dissite mapserver.org-le-ssl 41 systemctl start apache2 42 }}}