You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-misc/memcached/files/memcached.service

13 lines
273 B

[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