From: Silvio Rhatto Date: Mon, 27 May 2013 02:07:07 +0000 (-0300) Subject: Fix screen startup X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=8b7729b58294be6fe11c34c94b395ca612773159;p=puppet-nodo.git Fix screen startup --- diff --git a/files/etc/rc.local b/files/etc/rc.local index c9a8046..c8cefc2 100644 --- a/files/etc/rc.local +++ b/files/etc/rc.local @@ -37,7 +37,7 @@ fi # Start system-wide screen session if [ -f "/etc/screenrc.startup" ]; then - /usr/bin/screen -d -m -S root -f /etc/screenrc.startup + /usr/bin/screen -d -m -S root -c /etc/screenrc.startup fi # Then exit