Revived this old project to run Citadel in a Docker container. It uses 'ctdlvisor...
[citadel-docker.git] / supervisor.conf
diff --git a/supervisor.conf b/supervisor.conf
deleted file mode 100644 (file)
index 9038b22..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-# 
-# supervisord configuration file for Citadel in a container
-# Copyright (c) 2019 by Art Cancro
-# Open Source for Linux/Linux licensed as GNU GPL v3
-#
-
-[supervisord]
-nodaemon=true
-
-[program:citserver]
-command=/usr/local/citadel/citserver
-
-[program:webcit]
-command=/usr/local/webcit/webcit -p80 uds /usr/local/citadel
-
-[program:webcits]
-command=/usr/local/webcit/webcit -s -p443 uds /usr/local/citadel
-