forked from rundeck/rundeck
-
Notifications
You must be signed in to change notification settings - Fork 0
Server files layout and organization
noahcampbell edited this page Nov 18, 2010
·
9 revisions
- The layout follows the FHS - http://www.pathname.com/fhs/ guidelines as reasonably possible. Config goes in /etc, logs go in /var/log, runtime state is in /var/run, commands in /usr/local/bin and /usr/local/sbin, etc.
- There is a main rundeck package and a client subpackage.
/etc/init.d/rundeckd
/etc/rundeck/server
/etc/rundeck/client
/var/rundeck/projects.d
/var/rundeck/jobs.d
-
/var/log/rundeck/...
top level directory for all logs /var/log/rundeck/authorization.audit.log
/var/log/rundeck/error.log
/var/log/rundeck/service.log
/var/lib/rundeck/data
TBD
/var/lib/rundeck/logs
/var/lib/rundeck/work
/var/lib/rundeck/exp
/var/lib/rundeck/bootstrap
Likely a subpackage
/var/lib/rundeck/<3rd-party>.jar
/usr/bin/dispatch
/usr/bin/run
/usr/bin/rd-jobs
/usr/bin/rd-queue
/usr/bin/rd-project
/usr/bin/rd-setup
/usr/bin/rd-check