mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-07 16:24:01 +01:00
58e277f48b
On 09/24/2012 10:19 PM, Tom Eastep wrote: > On 09/24/2012 02:31 AM, Jonathan Underwood wrote: >> Such a change is something I've been meaning to submit a (trivial) patch >> for - from a fedora perspective this would be a welcome change. > > Okay -- if one of you would send me a patch, I'll apply it. 4.5.8 is > about to be released, so I would like the patch ASAP if you want it > included in 4.5.8. Hope not late and it works, see attached Togan >From 3ec45217b6ac93437d002315c56a1b3354160ff2 Mon Sep 17 00:00:00 2001 From: Togan Muftuoglu <toganm@opensuse.org> Date: Sun, 23 Sep 2012 14:26:07 +0200 Subject: [PATCH] Fix sbin The service files need to be executed from /usr/sbin not from /sbin Signed-off-by: Togan Muftuoglu <toganm@opensuse.org> Signed-off-by: Tom Eastep <teastep@shorewall.net>
21 lines
491 B
Desktop File
21 lines
491 B
Desktop File
#
|
|
# The Shoreline Firewall (Shorewall) Packet Filtering Firewall - V4.4
|
|
#
|
|
# Copyright 2011 Jonathan Underwood (jonathan.underwood@gmail.com)
|
|
#
|
|
[Unit]
|
|
Description=Shorewall IPv4 firewall (lite)
|
|
After=syslog.target
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
RemainAfterExit=yes
|
|
EnvironmentFile=-/etc/sysconfig/shorewall-lite
|
|
StandardOutput=syslog
|
|
ExecStart=/usr/sbin/shorewall-lite $OPTIONS start
|
|
ExecStop=/usr/sbin/shorewall-lite $OPTIONS stop
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|