use PraveTmp in systemd unit file
This commit is contained in:
parent
172ef52cca
commit
490dc9e17e
@ -8,6 +8,7 @@ EnvironmentFile=/etc/sysconfig/cyrus-imapd
|
|||||||
ExecStartPre=/usr/lib/cyrus-imapd/cyr_systemd_helper start
|
ExecStartPre=/usr/lib/cyrus-imapd/cyr_systemd_helper start
|
||||||
ExecStart=/usr/lib/cyrus-imapd/cyrus-master $CYRUSOPTIONS
|
ExecStart=/usr/lib/cyrus-imapd/cyrus-master $CYRUSOPTIONS
|
||||||
ExecStopPost=/usr/lib/cyrus-imapd/cyr_systemd_helper stop
|
ExecStopPost=/usr/lib/cyrus-imapd/cyr_systemd_helper stop
|
||||||
|
PrivateTmp=true
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: cyrus-imapd
|
Name: cyrus-imapd
|
||||||
Version: 2.4.13
|
Version: 2.4.13
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
|
|
||||||
%define ssl_pem_file %{_sysconfdir}/pki/%{name}/%{name}.pem
|
%define ssl_pem_file %{_sysconfdir}/pki/%{name}/%{name}.pem
|
||||||
|
|
||||||
@ -481,6 +481,9 @@ fi
|
|||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Feb 07 2012 Michal Hlavinka <mhlavink@redhat.com> - 2.4.13-3
|
||||||
|
- use PraveTmp in systemd unit file
|
||||||
|
|
||||||
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4.13-2
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4.13-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user