Remove syslog check lines from all services
This commit is contained in:
parent
0f49d787eb
commit
da9b05fa4a
24 changed files with 0 additions and 72 deletions
|
@ -1,7 +1,4 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Ensure dependencies start before the logger
|
||||
sv check syslog-ng > /dev/null || exit 1
|
||||
|
||||
# Start the logger
|
||||
exec logger -i -t blobuploadcleanupworker
|
||||
|
|
Reference in a new issue