mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-21 07:52:21 -04:00
systemd units tmpfiles logrotate rsyslog removed optional dependencies Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
13 lines
319 B
Desktop File
13 lines
319 B
Desktop File
# After network.target just so replicator can talk to other nodes.
|
|
[Unit]
|
|
Description=OpenStack Object Storage (swift) - Object Replicator
|
|
After=syslog.target network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=swift
|
|
ExecStart=/usr/bin/swift-object-replicator /etc/swift/object-server.conf
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|