diff options
author | Andrew Lewis <nerf@judo.za.org> | 2016-01-18 19:38:24 +0200 |
---|---|---|
committer | Andrew Lewis <nerf@judo.za.org> | 2016-01-18 19:38:24 +0200 |
commit | 6b99f3cafd49d94ed3e38dfb7c45f5c2c01cd1f2 (patch) | |
tree | 33dae3a6b1f9e9749c0de4d96f638c2a353b9fe0 /centos | |
parent | 08c6403231110e8b4e12029ed5c13ed095f58594 (diff) | |
download | rspamd-6b99f3cafd49d94ed3e38dfb7c45f5c2c01cd1f2.tar.gz rspamd-6b99f3cafd49d94ed3e38dfb7c45f5c2c01cd1f2.zip |
Update CentOS7 service file patch again
Diffstat (limited to 'centos')
-rw-r--r-- | centos/sources/rspamd.service.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/centos/sources/rspamd.service.patch b/centos/sources/rspamd.service.patch index 31db888e6..884e130b0 100644 --- a/centos/sources/rspamd.service.patch +++ b/centos/sources/rspamd.service.patch @@ -1,5 +1,5 @@ ---- rspamd.service.orig 2015-10-14 19:31:57.147935738 +0200 -+++ rspamd.service 2015-10-14 20:36:07.848964984 +0200 +--- rspamd.service.orig 2016-01-18 19:32:58.660425266 +0200 ++++ rspamd.service 2016-01-18 19:33:33.288446835 +0200 @@ -3,8 +3,7 @@ After=nss-lookup.target @@ -7,6 +7,6 @@ -ExecStart=/usr/bin/rspamd -c /etc/rspamd/rspamd.conf -f -User=_rspamd +ExecStart=/usr/bin/rspamd -c /etc/rspamd/rspamd.conf -f -u _rspamd -g _rspamd + RuntimeDirectory=rspamd + RuntimeDirectoryMode=0755 - [Install] - WantedBy=multi-user.target |