summarylogtreecommitdiffstats
path: root/oasis.install
blob: 7515d5acc025e78eb2c5483190272677763b157a (plain)
1
2
3
4
5
post_install() {
    echo 'A systemd service file is available, run:'
    echo 'systemctl --user start oasis'
    echo 'It can be accessed on http://localhost:4515'
}