summarylogtreecommitdiffstats
path: root/deeplx-git.install
blob: 0ed10e152f0ffaec75dab3245f62cdefc6a5bbf5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
post_install() {
cat << EOF
----------------------------------------------
1. Set up start and enable on boot using systemd:
  Root privileges: systemctl enable --now deeplx.service
2. Check the status using systemd:
  Root privileges: systemctl status deeplx.service
3. Listening at:
  Recommended: http://localhost:1188
  IPv4: http://127.0.0.1:1188
  IPv6: http://[::]:1188
-----------------------------------------------
EOF

}

post_upgrade() {
  post_install
}