public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] Libvirt: Remove delay from start command in install.sh
@ 2016-08-02 12:18 Jonatan Schlag
  2016-08-02 15:12 ` Michael Tremer
  0 siblings, 1 reply; 2+ messages in thread
From: Jonatan Schlag @ 2016-08-02 12:18 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 743 bytes --]

Fixes: #11152

Signed-off-by: Jonatan Schlag <jonatan.schlag(a)ipfire.org>
---
 src/paks/libvirt/install.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/paks/libvirt/install.sh b/src/paks/libvirt/install.sh
index c97a18d..868810a 100644
--- a/src/paks/libvirt/install.sh
+++ b/src/paks/libvirt/install.sh
@@ -29,7 +29,7 @@ getent passwd libvirt-remote >/dev/null || \
 useradd -m -g libvirt-remote -s /bin/bash "libvirt-remote"
 
 extract_files
-start_service --delay 300 --background libvirtd
+start_service --background libvirtd
 ln -svf /etc/init.d/libvirtd /etc/rc.d/rc0.d/K20libvirtd
 ln -svf /etc/init.d/libvirtd /etc/rc.d/rc3.d/S70libvirtd
 ln -svf /etc/init.d/libvirtd /etc/rc.d/rc6.d/K20libvirtd
-- 
2.1.4


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] Libvirt: Remove delay from start command in install.sh
  2016-08-02 12:18 [PATCH] Libvirt: Remove delay from start command in install.sh Jonatan Schlag
@ 2016-08-02 15:12 ` Michael Tremer
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Tremer @ 2016-08-02 15:12 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 898 bytes --]

This won't apply onto next. :(

Didn't check why.

-Michael

On Tue, 2016-08-02 at 14:18 +0200, Jonatan Schlag wrote:
> Fixes: #11152
> 
> Signed-off-by: Jonatan Schlag <jonatan.schlag(a)ipfire.org>
> ---
>  src/paks/libvirt/install.sh | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/src/paks/libvirt/install.sh b/src/paks/libvirt/install.sh
> index c97a18d..868810a 100644
> --- a/src/paks/libvirt/install.sh
> +++ b/src/paks/libvirt/install.sh
> @@ -29,7 +29,7 @@ getent passwd libvirt-remote >/dev/null || \
>  useradd -m -g libvirt-remote -s /bin/bash "libvirt-remote"
>  
>  extract_files
> -start_service --delay 300 --background libvirtd
> +start_service --background libvirtd
>  ln -svf /etc/init.d/libvirtd /etc/rc.d/rc0.d/K20libvirtd
>  ln -svf /etc/init.d/libvirtd /etc/rc.d/rc3.d/S70libvirtd
>  ln -svf /etc/init.d/libvirtd /etc/rc.d/rc6.d/K20libvirtd

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-08-02 15:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-02 12:18 [PATCH] Libvirt: Remove delay from start command in install.sh Jonatan Schlag
2016-08-02 15:12 ` Michael Tremer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox