This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 3.x development tree".
The branch, master has been updated via 625871f8ceb183d283ac695e2624d61cf0423dfb (commit) from 48e451a7e47ee58d5c16c98c4ec658c382c86f07 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 625871f8ceb183d283ac695e2624d61cf0423dfb Author: Stefan Schantl stefan.schantl@ipfire.org Date: Thu Jun 9 21:29:12 2011 +0200
radvd: Improve systemd service file.
-----------------------------------------------------------------------
Summary of changes: pkgs/radvd/radvd.nm | 2 +- pkgs/radvd/systemd/radvd.service | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-)
Difference in files: diff --git a/pkgs/radvd/radvd.nm b/pkgs/radvd/radvd.nm index b9c97ad..c2a9c7a 100644 --- a/pkgs/radvd/radvd.nm +++ b/pkgs/radvd/radvd.nm @@ -26,7 +26,7 @@ include $(PKGROOT)/Include
PKG_NAME = radvd PKG_VER = 1.7 -PKG_REL = 2 +PKG_REL = 3
PKG_MAINTAINER = PKG_GROUPS = System/Daemons diff --git a/pkgs/radvd/systemd/radvd.service b/pkgs/radvd/systemd/radvd.service index 1006c75..05d0552 100644 --- a/pkgs/radvd/systemd/radvd.service +++ b/pkgs/radvd/systemd/radvd.service @@ -1,9 +1,12 @@ [Unit] Description=Router Advertisement Daemon +Requires=network.target After=network.target
[Service] -ExecStart=/usr/sbin/radvd -C /etc/radvd.conf -m stderr_syslog +ExecStart=/usr/sbin/radvd -C /etc/radvd.conf -u radvd +Type=forking +PIDFile=/var/run/radvd/radvd.pid
[Install] WantedBy=multi-user.target
hooks/post-receive -- IPFire 3.x development tree