summaryrefslogtreecommitdiff
path: root/pkg
diff options
context:
space:
mode:
authorKali Kaneko <kali@futeisha.org>2015-01-08 20:53:08 -0400
committerKali Kaneko <kali@futeisha.org>2015-01-12 12:12:27 -0400
commit61620db0f917bc5ad79f17d928b80d739747fcf5 (patch)
tree6212515b701e70552a2a25389e8c01f44146e9e1 /pkg
parent82a2b6d45751d671c593c15144c908b665e955bb (diff)
log to syslog. Closes: #6307
Diffstat (limited to 'pkg')
-rw-r--r--pkg/leap_mx3
1 files changed, 2 insertions, 1 deletions
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 "."
;;