aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-extended/glusterfs/files/glusterd.service
blob: 2219f58291a3fe3d72129bb874f7ac00a79036dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Gluster File System service for volume management
After=syslog.target network.target

[Service]
Type=forking
PIDFile=/run/glusterd.pid
ExecStartPre=@base_bindir@/mkdir -p @localstatedir@/log/glusterfs
ExecStart=@SBINDIR@/glusterd -p /run/glusterd.pid

[Install]
WantedBy=multi-user.target