summarylogtreecommitdiffstats
path: root/airvpn-suite.install
diff options
context:
space:
mode:
Diffstat (limited to 'airvpn-suite.install')
-rw-r--r--airvpn-suite.install10
1 files changed, 10 insertions, 0 deletions
diff --git a/airvpn-suite.install b/airvpn-suite.install
index 69b92f10db21..33636063b927 100644
--- a/airvpn-suite.install
+++ b/airvpn-suite.install
@@ -4,6 +4,13 @@ post_install() {
useradd -Um airvpn
fi
chown -R airvpn:airvpn /etc/airvpn
+ echo "############################################################"
+ echo "# >>> Group airvpn created <<< #"
+ echo "# If you want to be able to execute goldcrest as your user #"
+ echo "# add it to the created group using: #"
+ echo "# #"
+ echo "# sudo usermod -aG airvpn <username> #"
+ echo "############################################################"
systemctl daemon-reload
systemctl reload dbus.service
}
@@ -13,8 +20,11 @@ pre_upgrade() {
}
post_upgrade() {
+ chown -R airvpn:airvpn /etc/airvpn
+ systemctl daemon-reload
systemctl reload dbus.service
}
+
pre_remove() {
systemctl stop bluetit.service
systemctl disable bluetit.service