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/sogo/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
andryyy over 7 years ago 800eebd

[Dovecot] Use events to kill supervisord when main proc dies

Full commit hash
800eebd117879d41dc839baf65061a444fa37f69
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
1
#!/bin/bash
Open commit View diff
1 #!/bin/bash
same change 800eebd

[Dovecot] Use events to kill supervisord when main proc dies

Full commit hash
800eebd117879d41dc839baf65061a444fa37f69
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
2
Open commit View diff
2
same change 800eebd

[Dovecot] Use events to kill supervisord when main proc dies

Full commit hash
800eebd117879d41dc839baf65061a444fa37f69
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
3
printf "READY\n";
Open commit View diff
3 printf "READY\n";
same change 800eebd

[Dovecot] Use events to kill supervisord when main proc dies

Full commit hash
800eebd117879d41dc839baf65061a444fa37f69
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
4
Open commit View diff
4
same change 800eebd

[Dovecot] Use events to kill supervisord when main proc dies

Full commit hash
800eebd117879d41dc839baf65061a444fa37f69
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
5
while read line; do
Open commit View diff
5 while read line; do
same change 800eebd

[Dovecot] Use events to kill supervisord when main proc dies

Full commit hash
800eebd117879d41dc839baf65061a444fa37f69
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
6
  echo "Processing Event: $line" >&2;
Open commit View diff
6 echo "Processing Event: $line" >&2;
same change 800eebd

[Dovecot] Use events to kill supervisord when main proc dies

Full commit hash
800eebd117879d41dc839baf65061a444fa37f69
Author
andryyy <[email protected]>
Date
over 7 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 800eebd

[Dovecot] Use events to kill supervisord when main proc dies

Full commit hash
800eebd117879d41dc839baf65061a444fa37f69
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
8
done < /dev/stdin
Open commit View diff
8 done < /dev/stdin