6 lines
113 B
Plaintext
6 lines
113 B
Plaintext
|
#!/bin/sh
|
||
|
set -e
|
||
|
# work without debhelper since only kill stops the app (for now)
|
||
|
killall -9 dns-flood-detector
|
||
|
|