summaryrefslogtreecommitdiff
blob: 402d85046e0f3cce5cc35f7dfe0043449df29774 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
After=network.target
Description=High-performance, distributed memory object caching system
Documentation=man:memcached(1)
Documentation=http://code.google.com/p/memcached/

[Service]
EnvironmentFile=/etc/conf.d/memcached
ExecStart=/usr/bin/memcached -p ${PORT} -u ${USER} -m ${CACHESIZE} -c ${MAXCONN} $OPTIONS

[Install]
WantedBy=multi-user.target