diff options
Diffstat (limited to 'services/shorewall/run')
-rwxr-xr-x | services/shorewall/run | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/services/shorewall/run b/services/shorewall/run new file mode 100755 index 0000000..751bf5b --- /dev/null +++ b/services/shorewall/run @@ -0,0 +1,4 @@ +#!/bin/sh +set -e +shorewall start +exec chpst -b shorewall pause |