aboutsummaryrefslogtreecommitdiff
path: root/files/etc
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-05-27 12:38:43 -0300
committerSilvio Rhatto <rhatto@riseup.net>2013-05-27 12:38:43 -0300
commit4a3831fa8859acfde841f61328817758426584bb (patch)
treefcd3cb8dcf8dba509922fb86b408fc35aeee46e3 /files/etc
parent8b7729b58294be6fe11c34c94b395ca612773159 (diff)
downloadpuppet-nodo-4a3831fa8859acfde841f61328817758426584bb.tar.gz
puppet-nodo-4a3831fa8859acfde841f61328817758426584bb.tar.bz2
Startup screen using bash
Diffstat (limited to 'files/etc')
-rw-r--r--files/etc/rc.local2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/etc/rc.local b/files/etc/rc.local
index c8cefc2..79cd9b9 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 -c /etc/screenrc.startup
+ /bin/bash -c /usr/bin/screen -d -m -S root -c /etc/screenrc.startup
fi
# Then exit