mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 20:14:49 +00:00
wip: start-tunnel
This commit is contained in:
9
debian/start-registry/postinst
vendored
Executable file
9
debian/start-registry/postinst
vendored
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
|
||||
SYSTEMCTL=systemctl
|
||||
if [ -n "$DPKG_MAINTSCRIPT_PACKAGE" ]; then
|
||||
SYSTEMCTL=deb-systemd-helper
|
||||
fi
|
||||
|
||||
$SYSTEMCTL enable start-registryd.service
|
||||
9
debian/start-tunnel/postinst
vendored
Executable file
9
debian/start-tunnel/postinst
vendored
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
|
||||
SYSTEMCTL=systemctl
|
||||
if [ -n "$DPKG_MAINTSCRIPT_PACKAGE" ]; then
|
||||
SYSTEMCTL=deb-systemd-helper
|
||||
fi
|
||||
|
||||
$SYSTEMCTL enable start-tunneld.service
|
||||
Reference in New Issue
Block a user