diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-05-26 23:07:07 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-05-26 23:07:07 -0300 |
commit | 8b7729b58294be6fe11c34c94b395ca612773159 (patch) | |
tree | 2fd42345dd5ad28af6ec4192b15e4a796671ff6a | |
parent | 224434cf44fe5b53cdec1f0d99917e111d610257 (diff) | |
download | puppet-nodo-8b7729b58294be6fe11c34c94b395ca612773159.tar.gz puppet-nodo-8b7729b58294be6fe11c34c94b395ca612773159.tar.bz2 |
Fix screen startup
-rw-r--r-- | files/etc/rc.local | 2 |
1 files changed, 1 insertions, 1 deletions
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 |