[Bugs] [Bug 1213796] systemd integration with glusterfs

bugzilla at redhat.com bugzilla at redhat.com
Tue Apr 21 10:25:12 UTC 2015


https://bugzilla.redhat.com/show_bug.cgi?id=1213796



--- Comment #1 from Sachidananda Urs <surs at redhat.com> ---
[root at localhost system]# cat glusterd.socket
[Unit]
Description=glusterd server socket

[Socket]
ListenStream=24007
ListenStream=/var/run/glusterd.socket
Accept=no

[Install]
WantedBy=sockets.target
[root at localhost system]# 

====================================================================

[root at localhost system]# cat glusterd.service
[Unit]
Description=glusterd - Gluster elastic volume management daemon
Documentation=man:glusterd(8)
After=network.target
Wants=network-online.target
Wants=syslog.target

[Service]
Type=forking
PIDFile=/var/run/glusterd.pid
LimitNOFILE=65536
ExecStart=/usr/local/sbin/glusterd -p /var/run/glusterd.pid
KillMode=process

[Install]
WantedBy=multi-user.target
[root at localhost system]#

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.


More information about the Bugs mailing list