blob: 34fb83f5c4f29dead230a10a670c94aaa2da4d7a (
plain)
1
2
3
4
5
6
7
8
9
10
|
# Defaults for swift initscript
# sourced by /etc/init.d/swift
# installed at /etc/default/swift by the maintainer scripts
#
# This is a POSIX shell fragment
#
# Additional options that are passed to the Daemon.
DAEMON_OPTS=""
|