extras: add systemd unit file and tmpfiles.d configuration for fwknopd
This commit is contained in:
@@ -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
|
||||
@@ -0,0 +1 @@
|
||||
d /run/fwknop 0700 root root -
|
||||
Reference in New Issue
Block a user