glusterfs/glusterd.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

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