mirror of
https://github.com/valitydev/salt-common.git
synced 2024-11-06 10:25:23 +00:00
Start radosgw in background with redirected output;
This commit is contained in:
parent
b709e60f43
commit
528f72f4ce
@ -6,7 +6,7 @@ daemon_id="${RC_SVCNAME#radosgw.}"
|
||||
command="/usr/bin/radosgw"
|
||||
pidfile="/run/ceph/client.${daemon_id}.pid"
|
||||
command_args="-n client.${daemon_id} --pid-file ${pidfile} -c ${ceph_conf}"
|
||||
start_stop_daemon_args="--user ceph --group ceph"
|
||||
start_stop_daemon_args="--user ceph --group ceph -b -1 /var/log/ceph/stdout.log -2 /var/log/ceph/stderr.log"
|
||||
|
||||
depend() {
|
||||
after net ntpd ntp-client chronyd
|
||||
|
Loading…
Reference in New Issue
Block a user