X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/8c6fa3fbaccc22127280bf77a48fab5a3ee0716e..46b0747592074017ff0ea4b33d4a7194235886e5:/stargazer/inst/linux/etc/stargazer/OnUserAdd diff --git a/stargazer/inst/linux/etc/stargazer/OnUserAdd b/stargazer/inst/linux/etc/stargazer/OnUserAdd new file mode 100755 index 00000000..2dcc0562 --- /dev/null +++ b/stargazer/inst/linux/etc/stargazer/OnUserAdd @@ -0,0 +1,12 @@ +#! /bin/sh + +# About: This script is called when the user is added to the Stargazer. +# Common task: Automate typical actions on adding user to the network, +# such as creating email or IM account. +# Priority: optional + +# User login +LOGIN=$1 + +# Usage examples: +#echo "Added user $login" >> /var/stargazer/add_del.log \ No newline at end of file