This unit is provided by:
Options
-
[Install]
-
WantedBy=multi-user.target
-
-
[Service]
-
CapabilityBoundingSet=
-
CapabilityBoundingSet=CAP_SETGID CAP_SETUID CAP_SYS_RESOURCE
-
Environment=CACHESIZE=64 MAXCONN=1024 LISTEN="-l 127.0.0.1,::1" OPTIONS="-o modern,drop_privileges"
-
EnvironmentFile=/etc/sysconfig/memcached
-
ExecStart=/usr/bin/memcached -l 127.0.0.1 -p 11211 -m 64 -c 1024
-
ExecStart=/usr/bin/memcached -m ${CACHESIZE} -c ${MAXCONN} $LISTEN $OPTIONS
-
ExecStart=/usr/bin/memcached -p ${PORT} -u ${USER} -m ${CACHESIZE} -c ${MAXCONN} $OPTIONS
-
ExecStart=/usr/bin/memcached -u $MEMCACHED_USER $MEMCACHED_PARAMS
-
ExecStart=/usr/share/memcached/scripts/systemd-memcached-wrapper /etc/memcached.conf
-
LockPersonality
Introduced in systemd 235=yes -
MemoryDenyWriteExecute
Introduced in systemd 231=yes -
NoNewPrivileges
Introduced in systemd 239=yes -
PIDFile=/run/memcached/memcached.pid
-
PrivateDevices
Introduced in systemd 209=yes -
PrivateMounts=yes
-
PrivateTmp=yes
-
ProtectClock
Introduced in systemd 245=yes -
ProtectControlGroups
Introduced in systemd 232=yes -
ProtectHome
Introduced in systemd 214=yes -
ProtectHostname
Introduced in systemd 242=yes -
ProtectKernelLogs
Introduced in systemd 244=yes -
ProtectKernelModules
Introduced in systemd 232=yes -
ProtectKernelTunables
Introduced in systemd 232=yes -
ProtectSystem
Introduced in systemd 214=full -
ProtectSystem
Introduced in systemd 214=strict -
Restart=always
-
RestrictAddressFamilies=AF_INET AF_INET6 AF_UNIX
-
RestrictNamespaces
Introduced in systemd 233=yes -
RestrictRealtime
Introduced in systemd 231=yes -
RuntimeDirectory=memcached
-
User=memcached
-
-
[Unit]
-
After=network.target
-
Before=httpd.service
-
Description=Memcached server
-
Description=memcached daemon
-
Documentation=man:memcached(1)
-
Additionnal notes
Nothing here.