aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-02-04 13:31:04 +0100
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-02-04 13:31:04 +0100
commit1375a4b15316f2971dae284fff4ab6697c79621d (patch)
tree42765dedd5fc64ba7336c745b9aaefde5a8c099b /contrib
parentf91799eecfbe03d9edd906b5834bf3f952359d0a (diff)
systemd: Disable colors in the stdout log
For journald we should not output escape sequences as it is confusing the output.
Diffstat (limited to 'contrib')
-rw-r--r--contrib/sysmobts-mgr.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/sysmobts-mgr.service b/contrib/sysmobts-mgr.service
index 899519f6..20adba0b 100644
--- a/contrib/sysmobts-mgr.service
+++ b/contrib/sysmobts-mgr.service
@@ -3,7 +3,7 @@ Description=sysmocom sysmoBTS manager
[Service]
Type=simple
-ExecStart=/usr/bin/sysmobts-mgr -n
+ExecStart=/usr/bin/sysmobts-mgr -ns
Restart=always
RestartSec=2