mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-20 00:08:58 -04:00
systemd units tmpfiles logrotate rsyslog removed optional dependencies Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
12 lines
255 B
Desktop File
12 lines
255 B
Desktop File
[Unit]
|
|
Description=OpenStack Object Storage (swift) - Container Auditor
|
|
After=syslog.target network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=swift
|
|
ExecStart=/usr/bin/swift-container-auditor /etc/swift/container-server.conf
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|