Accepting request 483912 from network:utilities
1 OBS-URL: https://build.opensuse.org/request/show/483912 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/memcached?expand=0&rev=33
This commit is contained in:
commit
2868f02a0e
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 23 13:49:44 UTC 2017 - mchandras@suse.de
|
||||
|
||||
- Use the MEMCACHED_USER variable from the /etc/sysconfig/memcached
|
||||
file to determine the user for the memcached process instead of
|
||||
hardcoding it in the service file.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 7 17:18:21 UTC 2016 - mrueckert@suse.de
|
||||
|
||||
|
@ -3,10 +3,8 @@ Description=memcached daemon
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
User= memcached
|
||||
Group= memcached
|
||||
EnvironmentFile=/etc/sysconfig/memcached
|
||||
ExecStart=/usr/sbin/memcached $MEMCACHED_PARAMS
|
||||
ExecStart=/usr/sbin/memcached -u $MEMCACHED_USER $MEMCACHED_PARAMS
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package memcached
|
||||
#
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
|
Loading…
x
Reference in New Issue
Block a user