NobGit
public nobgit read

NobMail

Based on mailcow: dockerized

Languages

Repository composition by tracked source files.

PHP
PHP 49% JavaScript 35% HTML 9% CSS 4% Shell 2% Python 1% Lua 0% Perl 0% Ruby 0% SCSS 0%
Create file Wiki Documentation
Clone
https://nobgit.com/orgs/nobgit/nobmail.git
ssh://[email protected]:2222/orgs/nobgit/nobmail.git

Trace

data/Dockerfiles/unbound/stop-supervisor.sh

Trace helps you understand code history line by line. See who changed each line, when it changed, and which commit introduced it.

stop-supervisor.sh on main
Author Date Commit Line Code
Niklas Meyer almost 2 years ago b26ccc2

unbound: fix healthcheck logging + added fail tolerance to checks (#6004)

Full commit hash
b26ccc2019921aa399d801a5241dbdf21b8350c0
Author
Niklas Meyer <[email protected]>
Date
almost 2 years ago
Selected line
1
#!/bin/bash
Open commit View diff
1 #!/bin/bash
same change b26ccc2

unbound: fix healthcheck logging + added fail tolerance to checks (#6004)

Full commit hash
b26ccc2019921aa399d801a5241dbdf21b8350c0
Author
Niklas Meyer <[email protected]>
Date
almost 2 years ago
Selected line
2
Open commit View diff
2
same change b26ccc2

unbound: fix healthcheck logging + added fail tolerance to checks (#6004)

Full commit hash
b26ccc2019921aa399d801a5241dbdf21b8350c0
Author
Niklas Meyer <[email protected]>
Date
almost 2 years ago
Selected line
3
printf "READY\n";
Open commit View diff
3 printf "READY\n";
same change b26ccc2

unbound: fix healthcheck logging + added fail tolerance to checks (#6004)

Full commit hash
b26ccc2019921aa399d801a5241dbdf21b8350c0
Author
Niklas Meyer <[email protected]>
Date
almost 2 years ago
Selected line
4
Open commit View diff
4
same change b26ccc2

unbound: fix healthcheck logging + added fail tolerance to checks (#6004)

Full commit hash
b26ccc2019921aa399d801a5241dbdf21b8350c0
Author
Niklas Meyer <[email protected]>
Date
almost 2 years ago
Selected line
5
while read line; do
Open commit View diff
5 while read line; do
same change b26ccc2

unbound: fix healthcheck logging + added fail tolerance to checks (#6004)

Full commit hash
b26ccc2019921aa399d801a5241dbdf21b8350c0
Author
Niklas Meyer <[email protected]>
Date
almost 2 years ago
Selected line
6
  echo "Processing Event: $line" >&2;
Open commit View diff
6 echo "Processing Event: $line" >&2;
same change b26ccc2

unbound: fix healthcheck logging + added fail tolerance to checks (#6004)

Full commit hash
b26ccc2019921aa399d801a5241dbdf21b8350c0
Author
Niklas Meyer <[email protected]>
Date
almost 2 years ago
Selected line
7
  kill -3 $(cat "/var/run/supervisord.pid")
Open commit View diff
7 kill -3 $(cat "/var/run/supervisord.pid")
same change b26ccc2

unbound: fix healthcheck logging + added fail tolerance to checks (#6004)

Full commit hash
b26ccc2019921aa399d801a5241dbdf21b8350c0
Author
Niklas Meyer <[email protected]>
Date
almost 2 years ago
Selected line
8
done < /dev/stdin
Open commit View diff
8 done < /dev/stdin
same change b26ccc2

unbound: fix healthcheck logging + added fail tolerance to checks (#6004)

Full commit hash
b26ccc2019921aa399d801a5241dbdf21b8350c0
Author
Niklas Meyer <[email protected]>
Date
almost 2 years ago
Selected line
9
Open commit View diff
9
same change b26ccc2

unbound: fix healthcheck logging + added fail tolerance to checks (#6004)

Full commit hash
b26ccc2019921aa399d801a5241dbdf21b8350c0
Author
Niklas Meyer <[email protected]>
Date
almost 2 years ago
Selected line
10
rm -rf /tmp/healthcheck_status
Open commit View diff
10 rm -rf /tmp/healthcheck_status