Initial Commit

This commit is contained in:
mrkmntal 2025-11-07 17:37:30 -05:00
commit 3e5d6d88f3
17 changed files with 1109 additions and 0 deletions

9
DEBIAN/prerm Executable file
View file

@ -0,0 +1,9 @@
#!/bin/sh -e
NAME=fah-client
case "$1" in
remove)
systemctl stop $NAME || true
;;
esac