aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2011-07-01 23:09:45 +0200
committerHarald Welte <laforge@gnumonks.org>2011-07-01 23:09:45 +0200
commita5ea80e9b6e6fba4f042fba281ddc269bde67b35 (patch)
treee00927ad0e6587d754c116ff3ce7fac4d64b66a3 /contrib
parentcc6bf663e770c5788167fb5dc5d325b609975956 (diff)
start screen in detached/background mode
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/sysmobts.init2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/sysmobts.init b/contrib/sysmobts.init
index 081a9d64..d9d09915 100755
--- a/contrib/sysmobts.init
+++ b/contrib/sysmobts.init
@@ -13,7 +13,7 @@
case "$1" in
start)
- /usr/bin/screen -c /etc/osmocom/screenrc-sysmobts
+ /usr/bin/screen -d -m -c /etc/osmocom/screenrc-sysmobts
;;
stop)
echo "This script doesn't support stop"