init: supress sv check output (#1545)

This commit is contained in:
Jimmy Zelinskie 2016-06-15 17:57:27 -04:00 committed by GitHub
parent a793fd734c
commit a33a70a419
17 changed files with 17 additions and 17 deletions

View file

@ -1,7 +1,7 @@
#!/bin/sh
# Ensure dependencies start before the logger
sv check syslog-ng || exit 1
sv check syslog-ng > /dev/null || exit 1
# Start the logger
exec logger -i -t security_notification_worker