public
nobgit
read
NobMail
Based on mailcow: dockerized
Languages
Repository composition by tracked source files.
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/postfix-tlspol/supervisord.conf
Trace helps you understand code history line by line. See who changed each line, when it changed, and which commit introduced it.
Author
Date
Commit
Line
Code
1
[supervisord]
2
pidfile=/var/run/supervisord.pid
3
nodaemon=true
4
user=root
6
[program:syslog-ng]
7
command=/usr/sbin/syslog-ng --foreground --no-caps
8
stdout_logfile=/dev/stdout
9
stdout_logfile_maxbytes=0
10
stderr_logfile=/dev/stderr
11
stderr_logfile_maxbytes=0
12
autostart=true
14
[program:postfix-tlspol]
15
startsecs=10
16
autorestart=true
17
command=/opt/postfix-tlspol.sh
18
stdout_logfile=/dev/stdout
19
stdout_logfile_maxbytes=0
20
stderr_logfile=/dev/stderr
21
stderr_logfile_maxbytes=0
23
[eventlistener:processes]
24
command=/usr/local/sbin/stop-supervisor.sh
25
events=PROCESS_STATE_STOPPED, PROCESS_STATE_EXITED, PROCESS_STATE_FATAL