summaryrefslogtreecommitdiffstats
path: root/extras/systemd/glusterfssharedstorage.service.in
blob: 723ff49afb7c2900f6321154cc455e4351909e21 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Mount glusterfs sharedstorage
Requires=glusterd.service remote-fs-pre.target local-fs.target

[Service]
Type=forking
ExecStart=@GLUSTERFS_LIBEXECDIR@/mount-shared-storage.sh
Restart=on-failure
RestartSec=3
RestartForceExitStatus=1

[Install]
WantedBy=multi-user.target