Remove unused files.

This commit is contained in:
evazion
2019-11-15 23:59:56 -06:00
parent 3746c9890a
commit 13f26c81d8
15 changed files with 0 additions and 164 deletions

0
script/install/danbooru_local_config.rb.templ Executable file → Normal file
View File

View File

@@ -1,5 +0,0 @@
/var/www/danbooru2/shared/log/*.log {
daily
rotate 3
copytruncate
}

0
script/install/database.yml.templ Executable file → Normal file
View File

View File

@@ -1,17 +0,0 @@
[supervisord]
nodaemon=true
[program:sshd]
command=/etc/init.d/sshd start
[program:nginx]
command=/etc/init.d/nginx start
[program:postgresql]
command=/etc/init.d/postgresql start
[program:memcached]
command=/etc/init.d/memcached start
[program:crond]
command=/etc/init.d/crond start