Merge pull request #164 from Coacher/master

This commit is contained in:
Michael Rash
2015-07-18 23:43:00 -04:00
2 changed files with 13 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
[Unit]
Description=Firewall Knock Operator Daemon
After=network-online.target
[Service]
Type=forking
PIDFile=/run/fwknop/fwknopd.pid
ExecStart=/usr/sbin/fwknopd
ExecReload=/bin/kill -HUP $MAINPID
[Install]
WantedBy=multi-user.target
+1
View File
@@ -0,0 +1 @@
d /run/fwknop 0700 root root -