First commit

This commit is contained in:
Ivan Vazhenin
2023-03-12 16:40:33 +03:00
commit 54fa589261
44 changed files with 3339 additions and 0 deletions

5
debian/enserver.prerm vendored Normal file
View File

@@ -0,0 +1,5 @@
#!/bin/sh
service enserver stop || true
exit 0