aboutsummaryrefslogtreecommitdiff
blob: 190c4e716340418cf7938284af7f03fc6ae25c82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=OpenStack Object Storage (swift) - Account Server
Wants=network-online.target
After=syslog.target network-online.target

[Service]
Type=simple
User=swift
ExecStart=/usr/bin/swift-account-server /etc/swift/account-server.conf

[Install]
WantedBy=multi-user.target