extras: add systemd unit file and tmpfiles.d configuration for fwknopd

This commit is contained in:
Ilya Tumaykin
2015-07-19 06:18:54 +03:00
parent 795b1de4dd
commit 8647854efe
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 -