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