2b84888c2f
This is the more elegant solution to #1579.
7 lines
154 B
Bash
Executable file
7 lines
154 B
Bash
Executable file
#!/bin/sh
|
|
|
|
# Ensure dependencies start before the logger
|
|
sv check syslog-ng > /dev/null || exit 1
|
|
|
|
# Start the logger
|
|
exec logger -i -t buildlogsarchiver
|