File: docker_entrypoint.test

package info (click to toggle)
saunafs 5.1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 12,820 kB
  • sloc: cpp: 109,287; sh: 18,755; python: 4,737; ansic: 4,023; makefile: 60; awk: 17
file content (6 lines) | stat: -rw-r--r-- 70 bytes parent folder | download
1
2
3
4
5
6
#!/usr/bin/env bash
set -e

/usr/sbin/rsyslogd -n -iNONE &

exec "$@"