Browse Source

fix: Update memcached.service

oneinstack 1 year ago
parent
commit
7089eaef4e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      init.d/memcached.service

+ 1 - 1
init.d/memcached.service

@@ -18,7 +18,7 @@ Environment=PORT=11211
 Environment=USER=memcached
 Environment=MAXCONN=1024
 Environment=CACHESIZE=256
-Environment=OPTIONS="-l 127.0.0.1"
+Environment="OPTIONS=-l 127.0.0.1"
 ExecStart=/usr/bin/memcached -p ${PORT} -u ${USER} -m ${CACHESIZE} -c ${MAXCONN} $OPTIONS
 
 # Set up a new file system namespace and mounts private /tmp and /var/tmp