blob: 502759d0ecf8b042aa44001d65823d4e8bb6ca23 (
plain)
1
2
3
4
5
6
7
8
9
10
|
[Unit]
Description=Swift Object Service
After=swift-container.service
[Service]
ExecStart=/usr/bin/python /usr/bin/swift-object-server /etc/swift/object-server.conf
Restart=on-abort
[Install]
WantedBy=multi-user.target
|