mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-17 11:04:10 -04:00
sys-cluster/swift: fix systemd units installation
Closes: https://bugs.gentoo.org/840035 Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
@@ -103,7 +103,8 @@ python_install_all() {
|
||||
newins "etc/object-expirer.conf-sample" "object-expirer.conf"
|
||||
|
||||
for i in "${FILESDIR}"/openstack-swift*.service ; do
|
||||
systemd_dounit "${i/.AT/@}"
|
||||
name="$(basename ${i})"
|
||||
systemd_newunit "${i}" "${name/.AT/@}"
|
||||
done
|
||||
|
||||
insinto /etc/logrotate.d
|
||||
|
||||
Reference in New Issue
Block a user