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