blob: 4bb8b689046d8734b46f470dee0d833eab918a37 (
plain)
1
2
3
4
5
6
7
8
9
10
|
[Unit]
Description=Configuring GlusterFS in container
Before=glusterd.service
[Service]
Type=oneshot
ExecStart=/usr/sbin/gluster-setup.sh
[Install]
WantedBy=multi-user.target
|