mirror of
https://salsa.debian.org/debian/knockd
synced 2026-01-05 02:53:55 +00:00
14 lines
316 B
Desktop File
14 lines
316 B
Desktop File
[Unit]
|
|
Description=Port-Knock Daemon
|
|
After=network.target
|
|
Documentation=man:knockd(1)
|
|
|
|
[Service]
|
|
EnvironmentFile=-/etc/default/knockd
|
|
ExecStart=/usr/sbin/knockd $KNOCKD_OPTS
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
|
KillMode=mixed
|
|
SuccessExitStatus=0 2 15
|
|
ProtectSystem=full
|
|
CapabilityBoundingSet=CAP_NET_RAW CAP_NET_ADMIN
|