/default/apt-cacher-ng

http://github.com/brinkman83/bashrc · #! · 18 lines · 14 code · 4 blank · 0 comment · 0 complexity · d72373ad6120ad3c50a5961bd6740bfa MD5 · raw file

  1. # Defaults for apt-cacher-ng initscript
  2. # sourced by /etc/init.d/apt-cacher-ng
  3. # installed at /etc/default/apt-cacher-ng by the maintainer scripts
  4. #
  5. # This is a POSIX shell fragment
  6. #
  7. # Set to non-empty value to disable the start of the service at boot time
  8. # DISABLED=1
  9. # See umask(2) or chmod(1) for details.
  10. # 002 would make new files writable by group.
  11. #
  12. # umask 022
  13. # Additional options that are passed to the Daemon.
  14. DAEMON_OPTS=" -c /etc/apt-cacher-ng "