summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--changes/feature_6307-log-to-syslog1
-rw-r--r--pkg/leap_mx3
2 files changed, 3 insertions, 1 deletions
diff --git a/changes/feature_6307-log-to-syslog b/changes/feature_6307-log-to-syslog
new file mode 100644
index 0000000..a557fd9
--- /dev/null
+++ b/changes/feature_6307-log-to-syslog
@@ -0,0 +1 @@
+o Log to syslog. Closes: #6307
diff --git a/pkg/leap_mx b/pkg/leap_mx
index da8a3c8..c08adb0 100644
--- a/pkg/leap_mx
+++ b/pkg/leap_mx
@@ -21,7 +21,8 @@ case "$1" in
--pidfile=$pidfile \
--rundir=$rundir \
--python=$file \
- --logfile=$logfile
+ --logfile=$logfile \
+ --syslog
echo "."
;;