memcached/memcached.service
Marcus Meissner d671b07a7d Accepting request 130751 from home:elvigia:branches:network:utilities
- Update to version 1.4.14 
* Avoid race condition in test during pid creation by blind retrying
* Fixed issue with invalid binary protocol touch command expiration time
- If the test suite fails, package must fail build.
- Use byteswapping macros from endian.h and not some ad-hoc/slow
 function.
- Add systemd units.

OBS-URL: https://build.opensuse.org/request/show/130751
OBS-URL: https://build.opensuse.org/package/show/network:utilities/memcached?expand=0&rev=10
2012-08-14 15:57:28 +00:00

13 lines
228 B
Desktop File

[Unit]
Description=memcached daemon
After=network.target
[Service]
User= memcached
Group= memcached
EnvironmentFile=/etc/sysconfig/memcached
ExecStart=/usr/sbin/memcached $MEMCACHED_PARAMS
[Install]
WantedBy=multi-user.target