diff options
| author | Joe Orton <jorton@redhat.com> | 2012-01-17 13:17:38 +0000 |
|---|---|---|
| committer | Joe Orton <jorton@redhat.com> | 2012-01-17 13:17:38 +0000 |
| commit | ce009f995d2f7acb3a105c8342c14a7f6a96f71b (patch) | |
| tree | 10fa13454dbcf8673e588b33b73824075cdcddf4 /httpd.service | |
| parent | ba7fac9e71acc5913a54a53d9289b83ed5743001 (diff) | |
complete conversion to systemd, drop init script (#770311)
fix comments in /etc/sysconfig/httpd (#771024)
enable PrivateTmp in service file (#781440)
set LANG=C in /etc/sysconfig/httpd
Diffstat (limited to 'httpd.service')
| -rw-r--r-- | httpd.service | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/httpd.service b/httpd.service index 4fc2b7e..4345ac5 100644 --- a/httpd.service +++ b/httpd.service @@ -10,6 +10,7 @@ ExecStart=@EXEC@ $OPTIONS -k start ExecReload=@EXEC@ $OPTIONS -t ExecReload=/bin/kill -HUP $MAINPID ExecStop=@EXEC@ $OPTIONS -k stop +PrivateTmp=true [Install] WantedBy=multi-user.target |
