diff options
author | Olivier Mauras <olivier@mauras.ch> | 2016-09-07 23:23:12 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2016-09-16 00:44:21 +0200 |
commit | 1fa6b2eb53bf56460a16c768109a956689a37f98 (patch) | |
tree | 8680e9fcdd6de01ee5a6b5f5f337d177d94f9677 /community/salt/salt-api.confd | |
parent | 14060b55ac33e3a4fe45153d67fc7abef14f22a4 (diff) | |
download | aports-1fa6b2eb53bf56460a16c768109a956689a37f98.tar.bz2 aports-1fa6b2eb53bf56460a16c768109a956689a37f98.tar.xz |
community/salt: update to 2016.3.3 and refactor based on official SRPM
Diffstat (limited to 'community/salt/salt-api.confd')
-rw-r--r-- | community/salt/salt-api.confd | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/community/salt/salt-api.confd b/community/salt/salt-api.confd new file mode 100644 index 0000000000..277e3bcbec --- /dev/null +++ b/community/salt/salt-api.confd @@ -0,0 +1,5 @@ +# /etc/conf.d/salt-api: config file for /etc/init.d/salt-api +# See man pages for salt-api or run `salt-api --help` +# for valid cmdline options + +SALT_OPTS="--log-level=warning" |