[Debian Wiki] Update of "BOINC/ServerGuide/Initialisation" by NataliaNikitina
Debian Wiki
debian-www at lists.debian.org
Mon Oct 28 17:19:38 UTC 2013
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Debian Wiki" for change notification.
The "BOINC/ServerGuide/Initialisation" page has been changed by NataliaNikitina:
https://wiki.debian.org/BOINC/ServerGuide/Initialisation?action=diff&rev1=17&rev2=18
Comment:
Added commands to change groups for logs and upload directory
sudo chown boincadm:boincadm -R .
sudo chmod g+w -R .
sudo chmod 02770 -R upload html/cache html/inc html/languages html/languages/compiled html/user_profile
+ hostname=`hostname`
+ if [ -z "$hostname" ]; then
+ echo "Please specify the hostname"
+ else
+ sudo chgrp -R www-data log_"$hostname" upload
+ fi
fi
}}}
A successful execution will once ask for the user's sudo password
More information about the pkg-boinc-commits
mailing list