2014-06-22 22:14 GMT+04:00 Kirill Elagin :
> systemctl reload-or-restart
Wow, nice!
--
Vasiliy Tolstov,
e-mail: v.tols...@selfip.ru
jabber: v...@selfip.ru
___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/
`systemctl reload-or-restart`?
--
Кирилл Елагин
On Sun, Jun 22, 2014 at 10:05 PM, Vasiliy Tolstov
wrote:
> Hi. I have a problem - bird service.
> [Unit]
> Description=BIRD routing daemon ipv6 version
> After=network.target
>
> [Service]
> ExecStart=/usr/bin/bird6 -f -u bird -g bird
> ExecRelo
Hi. I have a problem - bird service.
[Unit]
Description=BIRD routing daemon ipv6 version
After=network.target
[Service]
ExecStart=/usr/bin/bird6 -f -u bird -g bird
ExecReload=/usr/bin/birdc6 configure
ExecStop=/usr/bin/birdc6 down
[Install]
WantedBy=multi-user.target
In this case reload only wor
On Fri, Jun 20, 2014 at 08:28:37PM +0200, Tom Gundersen wrote:
> Looks good to me. Please push.
Pushed.
Zbyszek
___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel
On Fri, Jun 20, 2014 at 01:46:04PM -0700, Michael Marineau wrote:
> The recently added stacktrace support in 8d4e028f uses functions added
> in elfutils 158. Check for one of the new functions to avoid attempting
> to build against older versions.
Applied.
Zbyszek
_
On Fri, Jun 20, 2014 at 02:46:18PM -0700, Jonathan Boulle wrote:
> Guess this was missed in the copy-paste :-)
Applied.
Zbyszek
___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-deve
On Sun, Jun 22, 2014 at 07:36:03PM +0900, Marc-Antoine Perennou wrote:
> shifting from a non fixed number of bits >= to the size of the type
> leads to weird results, handle the special case of << 32 to fix it.
Applied.
Zbyszek
___
systemd-devel mailing
Hi Daniel,
(Really sorry for my late response, my university/research job...)
On Fri, Jun 20, 2014 at 07:21:25PM +0200, Daniel Mack wrote:
> Hi Djalal,
>
> On 06/20/2014 06:49 PM, Djalal Harouni wrote:
> > This series adds the test-kdbus-policy test. The first patches are
> > prepration then you
Applied. Thanks!
-t
On Sun, Jun 22, 2014 at 2:53 PM, Ronny Chevalier
wrote:
> ---
> Hi,
>
> Sorry I forgot to update the .gitignore with the last commits.
>
> Ronny
>
> .gitignore | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/.gitignore b/.gitignore
> index 979ab45..e42fbcb 100644
---
Hi,
Sorry I forgot to update the .gitignore with the last commits.
Ronny
.gitignore | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.gitignore b/.gitignore
index 979ab45..e42fbcb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -116,6 +116,7 @@
/systemd-vconsole-setup
/tags
/test-archit
shifting from a non fixed number of bits >= to the size of the type
leads to weird results, handle the special case of << 32 to fix it.
This was causing a test failure from test-socket-util:
Assertion 'in_addr_prefix_intersect(f, &ua, apl, &ub, bpl) == result' failed at
/var/tmp/paludis/build/sys-
11 matches
Mail list logo