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