diff options
Diffstat (limited to 'net-firewall/pglinux/files/4-pglinux-2.2.2-systemd.patch')
-rw-r--r-- | net-firewall/pglinux/files/4-pglinux-2.2.2-systemd.patch | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/net-firewall/pglinux/files/4-pglinux-2.2.2-systemd.patch b/net-firewall/pglinux/files/4-pglinux-2.2.2-systemd.patch new file mode 100644 index 000000000000..cc124ebe1ac8 --- /dev/null +++ b/net-firewall/pglinux/files/4-pglinux-2.2.2-systemd.patch @@ -0,0 +1,24 @@ +commit 53ac32c45e0a28bfaf42f32cd9b887ed1414ecae +Author: jre <jre-phoenix@users.sourceforge.net> +Date: Tue May 21 20:21:47 2013 +0200 + + revised systemd targets + + thanks again Pierre Buard + +diff --git a/pgl/pglcmd/init/pgl.service.in b/pgl/pglcmd/init/pgl.service.in +index 5279404..c8809d0 100644 +--- a/pgl/pglcmd/init/pgl.service.in ++++ b/pgl/pglcmd/init/pgl.service.in +@@ -2,9 +2,8 @@ + Description=PeerGuardian Linux - an IP Blocker + Documentation=man:pgld(1) + Documentation=file://@data_root_dir@/doc/pgl/README.blocklists +-After=network.target +-ConditionPathExists=|@CONF_DIR@/pgl/blocklists.list +-ConditionDirectoryNotEmpty=|@LIB_DIR@/pgl ++After=network.target syslog.target ++After=firehol.service firestarter.service firewalld.service ufw.service + + [Service] + Type=forking |