glassfish: add README

This commit is contained in:
Marc Cornellà 2019-12-26 23:23:23 +01:00
commit 59930902e1
2 changed files with 9 additions and 3 deletions

View file

@ -1,3 +0,0 @@
# if there is a user named 'glassfish' on the system, we'll assume
# that is the user asadmin should be run as
# grep -e '^glassfish' /etc/passwd > /dev/null && alias asadmin='sudo -u glassfish asadmin'