two new services

This commit is contained in:
2015-06-11 23:07:02 +03:00
parent 34926f5fbf
commit d182a24ef6
2 changed files with 11 additions and 0 deletions

5
init.d/memcached Executable file
View File

@@ -0,0 +1,5 @@
#!/usr/bin/env watchman
#service_respawn=true
service_command='/usr/bin/memcached'
service_args='-m 64 -p 11211 -u nobody -l 127.0.0.1'