13 lines
299 B
Desktop File
13 lines
299 B
Desktop File
[Unit]
|
|
Description=OpenStack Object Storage (swift) - Container sync instance %I
|
|
Wants=network-online.target
|
|
After=syslog.target network-online.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=swift
|
|
ExecStart=/usr/bin/swift-container-sync /etc/swift/container-server/%i.conf
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|