Made some modifications to the license file.
[citadel-docker.git] / supervisor.conf
1
2 # supervisord configuration file for Citadel in a container
3 # Copyright (c) 2019 by Art Cancro
4 # Open Source for Linux/Linux licensed as GNU GPL v3
5 #
6
7 [supervisord]
8 nodaemon=true
9
10 [program:citserver]
11 command=/usr/local/citadel/citserver
12
13 [program:webcit]
14 command=/usr/local/webcit/webcit -p80 uds /usr/local/citadel
15
16 [program:webcits]
17 command=/usr/local/webcit/webcit -s -p443 uds /usr/local/citadel
18