오늘만살자

Centos glusterfs 부팅시 마운트 하기 본문

Linux/Centos

Centos glusterfs 부팅시 마운트 하기

오늘만살자 2020. 4. 29. 18:16

vi /etc/rc.d/rc.local

sleep 30s
mount -t glusterfs master:/ux /var/www/html/ux

 

rc.local 활성화

vi /usr/lib/systemd/system/rc-local.service

아래쪽에 추가

[Install]
WantedBy=multi-user.target

 

systemctl enable rc-local.service

'Linux > Centos' 카테고리의 다른 글

centos8 glusterfs install  (0) 2020.04.29
centos8 Failed to set locale, defaulting to C.UTF-8  (0) 2020.04.29
CentOS 8 docker install  (0) 2020.04.28
centos8 virtualbox  (0) 2020.04.28
centos8 ntp sever  (0) 2020.04.23
Comments