Initial Commit
This commit is contained in:
commit
3e5d6d88f3
17 changed files with 1109 additions and 0 deletions
9
DEBIAN/prerm
Executable file
9
DEBIAN/prerm
Executable file
|
|
@ -0,0 +1,9 @@
|
|||
#!/bin/sh -e
|
||||
|
||||
NAME=fah-client
|
||||
|
||||
case "$1" in
|
||||
remove)
|
||||
systemctl stop $NAME || true
|
||||
;;
|
||||
esac
|
||||
Loading…
Add table
Add a link
Reference in a new issue