cmogstored.git  about / heads / tags
alternative mogstored implementation for MogileFS
blob a21e19d2b309320a9a1e3f9559e5f6bbad200801 296 bytes (raw)
$ git show HEAD:examples/cmogstored.socket	# shows this blob on the CLI

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
 
# ==> /etc/systemd/system/cmogstored.socket <==
# systemd-style socket activation requires cmogstored 1.5.0 and later
[Unit]
Description = cmogstored sockets

[Socket]
ListenStream = 127.0.0.1:7500
ListenStream = 127.0.0.1:7501
Service = cmogstored@1.service

[Install]
WantedBy = sockets.target

git clone https://yhbt.net/cmogstored.git