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.)
13 lines
261 B
Desktop File
13 lines
261 B
Desktop File
[Unit]
|
|
Description=GlusterFS an clustered file-system server
|
|
After=network.target glusterd.service
|
|
|
|
[Service]
|
|
Type=forking
|
|
PIDFile=/run/glusterfsd.pid
|
|
LimitNOFILE=65536
|
|
ExecStart=/usr/sbin/glusterfsd -p /run/glusterfsd.pid
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|