summarylogtreecommitdiffstats
path: root/adguardhome-bin.install
diff options
context:
space:
mode:
Diffstat (limited to 'adguardhome-bin.install')
-rw-r--r--adguardhome-bin.install6
1 files changed, 4 insertions, 2 deletions
diff --git a/adguardhome-bin.install b/adguardhome-bin.install
index 7b9bcbfd904a..57fb0e0cfa16 100644
--- a/adguardhome-bin.install
+++ b/adguardhome-bin.install
@@ -1,7 +1,9 @@
post_install() {
echo "Run 'sudo /var/lib/adguardhome/AdGuardHome -s run' to manually start AdGuardHome."
- echo "Run 'sudo /var/lib/adguardhome/AdGuardHome -s install' to install AdGuardHome's as a service."
- echo "Then run 'systemctl enable AdGuardHome' to make it automatically start."
+ echo "Run 'sudo /var/lib/adguardhome/AdGuardHome -s install' to install AdGuardHome's as a service using the package service install."
+ echo "Since the service file is already copied by installing this package, you can always skip the last step (package service install) and directly start/enable it using systemctl. So:"
+ echo "=> Start: 'sudo systemctl start AdGuardHome'"
+ echo "=> Enable: 'sudo systemctl enable AdGuardHome'"
echo "Once AdGuardHome is running, go to http://localhost:3000 to configure it."
}