On Thu, Mar 27, 2014 at 02:44:34PM +0100, Gilles Chehade wrote: > I remotely run a script that will ssh, mount the encrypted volume and start > the services.
Which implies that the ssh user must be given sudo access without password? > The configuration and data bits are on the encrypted volume with symlinks at > the appropriate places. Like this? # /etc/rc.d/httpd stop # mv /var/www /raid1c/ mv: www/dev/log: Operation not supported # ln -s /raid1c/www /var/www # /etc/rc.d/httpd start It is working at least. Guess I'm just afraid of doing something terribly wrong. Thanks! Erling