Created
July 16, 2013 15:06
-
-
Save joejulian/6009570 to your computer and use it in GitHub Desktop.
Test glusterd.service
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Unit] | |
Description=GlusterFS an clustered file-system server | |
After=network.target rpcbind.service | |
Before=network-online.target | |
[Service] | |
Type=forking | |
PIDFile=/run/glusterd.pid | |
LimitNOFILE=65536 | |
ExecStart=/usr/sbin/glusterd -p /run/glusterd.pid | |
KillMode=process | |
[Install] | |
WantedBy=multi-user.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment