From: Michael Tremer Date: Sat, 4 Jun 2011 17:04:35 +0000 (+0200) Subject: rstp: Fix syntax error in systemd file. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=89b03d6dbcd6fa327de83eadb0f5420414135b75;p=ipfire-3.x.git rstp: Fix syntax error in systemd file. --- diff --git a/pkgs/rstp/rstp.nm b/pkgs/rstp/rstp.nm index bb28a46c0..e51c36258 100644 --- a/pkgs/rstp/rstp.nm +++ b/pkgs/rstp/rstp.nm @@ -26,7 +26,7 @@ include $(PKGROOT)/Include PKG_NAME = rstp PKG_VER = 0.21 -PKG_REL = 3 +PKG_REL = 4 PKG_MAINTAINER = PKG_GROUPS = Networking/Tools diff --git a/pkgs/rstp/systemd/rstp.service b/pkgs/rstp/systemd/rstp.service index f501ad292..d322a3922 100644 --- a/pkgs/rstp/systemd/rstp.service +++ b/pkgs/rstp/systemd/rstp.service @@ -4,7 +4,7 @@ Before=network.service [Service] RemainAfterExit=yes -ExecPreStart=/sbin/modprobe net_pf_17 +ExecStartPre=/sbin/modprobe net_pf_17 ExecStart=/sbin/rstpd -d [Install]