blob: 3bceba842156f9e8293c898eb5d904691a514890 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
[Unit]
Description=Mount glusterfs sharedstorage
Requires=glusterd.service remote-fs-pre.target local-fs.target
[Service]
ExecStart=@GLUSTERFS_LIBEXECDIR@/mount-shared-storage.sh
Restart=on-failure
RestartSec=3
RestartForceExitStatus=1
[Install]
WantedBy=multi-user.target
|