| Server IP : 195.179.238.23 / Your IP : 216.73.216.138 Web Server : LiteSpeed System : Linux us-imm-web1061.main-hosting.eu 4.18.0-553.109.1.lve.el8.x86_64 #1 SMP Thu Mar 5 20:23:46 UTC 2026 x86_64 User : u629643714 ( 629643714) PHP Version : 8.2.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /lib/systemd/system/ |
Upload File : |
#
# Ansible managed
#
[Unit]
Description=Memcached daemon
After=network.target
Documentation=https://github.com/memcached/memcached/blob/master/scripts/memcached.service
After=wh-ips.service
Before=lshttpd.service
After=systemd-quotacheck.service
Wants=systemd-quotacheck.service
[Service]
EnvironmentFile=/etc/sysconfig/memcached
ExecStart=/usr/local/memcached/bin/memcached -p ${PORT} -u ${USER} -m ${CACHESIZE} -c ${MAXCONN} $OPTIONS
PrivateTmp=true
ProtectSystem=full
NoNewPrivileges=true
PrivateDevices=true
CapabilityBoundingSet=CAP_SETGID CAP_SETUID CAP_SYS_RESOURCE
RestrictAddressFamilies=AF_INET AF_INET6 AF_UNIX
RestartSec=10
Restart=always
[Install]
WantedBy=multi-user.target