// SYSTEM PANEL //
[ROOT]
/
opt
/
alt
/
tests
/
alt-php85-pecl-memcache_8.2-2.el8
/
tests
[ PARENT ]
EDIT :: memcache.sh
#!/bin/bash # basic script to launch memcached for testing memcached -p11211 -U11211 -d memcached -p11212 -U11212 -d # if this fails, make sure your user has permissions # to write to /var/run/memcached memcached -s /var/run/memcached/memcached.sock -d
SAVE
CANCEL