summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenry Gebhardt <hsggebhardt@gmail.com>2014-02-26 23:27:09 -0500
committerHenry Gebhardt <hsggebhardt@gmail.com>2014-02-26 23:27:09 -0500
commitd7a1f541c39dde104ad7b0caaee0256a52ce55a8 (patch)
tree21391af35d56b442b51c2fb11f4c7403dcfc5c70 /sys-apps/systemd-units/files/services-desktop
parentsys-apps/systemd-units-22: kexec is upstream (diff)
downloadsystemd-master.tar.gz
systemd-master.tar.bz2
systemd-master.zip
sys-apps/systemd-units: The last unit file is in the main tree!HEADmaster
Thanks to everyone who was involved!
Diffstat (limited to 'sys-apps/systemd-units/files/services-desktop')
-rw-r--r--sys-apps/systemd-units/files/services-desktop/iptables.service19
1 files changed, 0 insertions, 19 deletions
diff --git a/sys-apps/systemd-units/files/services-desktop/iptables.service b/sys-apps/systemd-units/files/services-desktop/iptables.service
deleted file mode 100644
index eeb6537..0000000
--- a/sys-apps/systemd-units/files/services-desktop/iptables.service
+++ /dev/null
@@ -1,19 +0,0 @@
-# This file is part of systemd.
-#
-# systemd is free software; you can redistribute it and/or modify it
-# under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-
-[Unit]
-Description=iptables
-DefaultDependencies=false
-After=local-fs.target
-
-[Service]
-Type=oneshot
-RemainAfterExit=yes
-ExecStart=/sbin/iptables-restore /var/lib/iptables/rules-save
-
-[Install]
-WantedBy=sysinit.target