10 lines
242 B
Plaintext
Executable File
10 lines
242 B
Plaintext
Executable File
[supervisord]
|
|
nodaemon=true
|
|
|
|
[program:apache2]
|
|
command=/bin/bash -c "source /etc/apache2/envvars && exec /usr/sbin/apache2 -DFOREGROUND"
|
|
|
|
[program:grunt]
|
|
command=/bin/bash -c "cd /opt/adagios-frontend && grunt sass && grunt uglify && grunt"
|
|
|