Fix postinst message box alignment
Build Debian Packages / Build .deb for ${{ matrix.target }} (amd64, x86_64-unknown-linux-gnu) (push) Has been cancelled
Build Debian Packages / Build .deb for ${{ matrix.target }} (arm64, aarch64-unknown-linux-gnu) (push) Has been cancelled
Build Debian Packages / Build .deb for ${{ matrix.target }} (armhf, armv7-unknown-linux-gnueabihf) (push) Has been cancelled
Build Debian Packages / Build .deb for ${{ matrix.target }} (riscv64, riscv64gc-unknown-linux-gnu) (push) Has been cancelled
CI / build (ubuntu-latest) (push) Has been cancelled
CI / build (windows-latest) (push) Has been cancelled
Build Debian Packages / Combine all .deb packages (push) Has been cancelled
Build Debian Packages / Publish to APT Repository (push) Has been cancelled
Build Debian Packages / Create GitHub Release (push) Has been cancelled

This commit is contained in:
2025-11-24 14:02:39 -08:00
parent 92c503ad84
commit fd82cc234b
+21 -21
View File
@@ -29,27 +29,27 @@ cat <<EOF
┌─────────────────────────────────────────────────────────────────────┐ ┌─────────────────────────────────────────────────────────────────────┐
│ socktop-agent has been installed successfully! │ │ socktop-agent has been installed successfully! │
├─────────────────────────────────────────────────────────────────────┤ ├─────────────────────────────────────────────────────────────────────┤
│ │ │ │
│ The systemd service has been installed but is NOT enabled by │ │ The systemd service has been installed but is NOT enabled by │
│ default. To enable and start the service: │ │ default. To enable and start the service: │
│ │ │ │
│ sudo systemctl enable --now socktop-agent │ │ sudo systemctl enable --now socktop-agent │
│ │ │ │
│ To start without enabling on boot: │ │ To start without enabling on boot: │
│ │ │ │
│ sudo systemctl start socktop-agent │ │ sudo systemctl start socktop-agent │
│ │ │ │
│ To check service status: │ │ To check service status: │
│ │ │ │
│ sudo systemctl status socktop-agent │ │ sudo systemctl status socktop-agent │
│ │ │ │
│ Default settings: │ │ Default settings: │
│ - Port: 3000 (use -p or --port to change) │ │ - Port: 3000 (use -p or --port to change) │
│ - SSL/TLS: disabled (use --enableSSL to enable) │ │ - SSL/TLS: disabled (use --enableSSL to enable) │
│ │ │ │
│ For more information, see: │ │ For more information, see: │
│ /usr/share/doc/socktop_agent/README.md │ │ /usr/share/doc/socktop_agent/README.md │
│ │ │ │
└─────────────────────────────────────────────────────────────────────┘ └─────────────────────────────────────────────────────────────────────┘
EOF EOF