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