glusterfs/glusterfsd.service
Kaleb S. KEITHLEY ff4f8fdd5c BZ 748442
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.)
2011-11-02 14:05:43 -04:00

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