deb: add debian files

Signed-off-by: Randy Li <ayaka@soulik.info>
This commit is contained in:
Randy Li
2024-11-07 03:09:22 +08:00
parent 1e494a4011
commit 4c04473dff
10 changed files with 125 additions and 0 deletions

6
debian/phantun-client-wrapper vendored Normal file
View File

@@ -0,0 +1,6 @@
#!/bin/bash
PID_FILE=$1
shift 1
mkdir -p /var/run/phantun
/usr/libexec/phantun/phantun-client "$@" &
echo $! > /var/run/phantun/${PID_FILE}