- 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
13 lines
228 B
Desktop File
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
|