4623N/A# Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved. 2810N/A# Licensed under the Apache License, Version 2.0 (the "License"); you may 2810N/A# not use this file except in compliance with the License. You may obtain 2810N/A# Unless required by applicable law or agreed to in writing, software 2810N/A# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT 2810N/A# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the 2810N/A# License for the specific language governing permissions and limitations 2810N/A "account-reaper": ["account", "container", "object"], 2810N/A "account-replicator": ["account"], 4070N/A "container-reconciler": ["container"], 2810N/A "container-replicator": ["container"], 2810N/A "container-sync": ["container", "object"], 2810N/A "container-updater": ["account"], 2810N/A "object-expirer": ["object"], 2810N/A "object-replicator": ["object"], 2810N/A "object-updater": ["container"], 2810N/A "proxy-server": ["account", "container", "object"] 2810N/A # All the Swift services do essentially the same thing, so there's no need 2810N/A # to have different method executables. Just look at the FMRI and run the 2810N/A # Try to find a config file that matches the executable name (minus the 2810N/A # leading "swift-". If that fails, try using the -server config file. 2900N/A "Missing configuration file") 2810N/A # This is the default recon_cache_path (from the config files) as well as 2810N/A # the default run_dir (from the code).