mirror of
https://github.com/ceph/ceph
synced 2024-12-21 19:02:10 +00:00
61240190c7
tmpfiles.d are part of system.d and define how temporary directories are setup. rgw needs a socket directory. To do this we template tmpfiles.d user and group for rgw and fill in the values using autotools. Note1: Added to spec file. Note2: Name changed to rgw from radosgw as is preferred name by Sage. Note3: Adds configure options --with-rgw-user=UserName --with-rgw-group=GroupName Note4: Defaults set for debian Note5: spec file overrides defaults for redhat and suse Signed-off-by: Owen Synge <osynge@suse.com>
3 lines
82 B
D
3 lines
82 B
D
# create rgw socket directory
|
|
d /var/run/ceph-rgw 0755 @user_rgw@ @group_rgw@ - -
|