3 echo "Adding trytond group... "
6 echo "Adding trytond user... "
7 useradd -c "Tryton Server Daemon" -d / -g trytond -s /bin/false trytond
12 #==> Please don't forget to configure your PostgreSQL database for the program.
18 echo "Removing trytond system user... "
19 userdel trytond && echo "trytond [done]"
24 [ "$(type -t "$op")" = "function" ] && $op "$@"