convert init.d to systemd for f17 and beyond (Will let this soak in rawhide for a while before merging to f16. N.B. f16 continues to use init.d forever; the spec file installs init.d file for 16 and earlier, systemd files for f17 and later.)
14 lines
264 B
Desktop File
14 lines
264 B
Desktop File
[Unit]
|
|
Description=GlusterFS an clustered file-system server
|
|
Wants=glusterfsd.service
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=forking
|
|
PIDFile=/run/glusterd.pid
|
|
LimitNOFILE=65536
|
|
ExecStart=/usr/sbin/glusterd -p /run/glusterd.pid
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|