[Drbd-dev] [PATCH] Fix systemd service file

Roland Kammerer roland.kammerer at linbit.com
Tue Aug 2 17:02:56 CEST 2016


On Tue, Aug 02, 2016 at 04:09:52PM +0200, mmazur at axeos.com wrote:
> From: Mariusz Mazur <mmazur at axeos.com>
> 
> Previous commit introduced an issue by putting PrivateTmp in the
> [Install] section.
> ---
>  conf/drbdmanaged.service | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)
> 
> diff --git a/conf/drbdmanaged.service b/conf/drbdmanaged.service
> index af2b141..ae03c37 100644
> --- a/conf/drbdmanaged.service
> +++ b/conf/drbdmanaged.service
> @@ -6,8 +6,7 @@ Requires=dbus.service
>  [Service]
>  ExecStart=/usr/bin/dbus-drbdmanaged-service
>  User=root
> +PrivateTmp=yes
>  
>  [Install]
>  WantedBy=multi-user.target
> -
> -PrivateTmp=yes
> -- 
> 2.9.2

Thanks, applied to internal repo, will be visible public eventually.

Regards, rck


More information about the drbd-dev mailing list