summaryrefslogtreecommitdiffstats
path: root/gluster-s3object/CentOS/docker-gluster-s3/swift-adduser.service
blob: 80f1819948dc3df86bffd6e6db008ec02e63fc85 (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=Swift Add User
After=swift-object.service

[Service]
Type=oneshot
EnvironmentFile=-/etc/sysconfig/swift-volumes
ExecStart=/usr/local/bin/gluster-swift-add-user $S3_USER $S3_PASSWORD $S3_ACCOUNT

[Install]
WantedBy=multi-user.target