summaryrefslogtreecommitdiff
path: root/net-misc/memcached/files/memcached.service
blob: f51fd1f35730569442e1cf09de606b416d59775b (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]
ExecStart=/usr/bin/memcached
User=memcached

[Install]
WantedBy=multi-user.target