-
Notifications
You must be signed in to change notification settings - Fork 39
Installation
Jan Engelhardt edited this page Nov 4, 2022
·
1 revision
Large parts of the document have been migrated to install.rst.
for i in /var/lib/gromox /var/lib/gromox/queue /var/lib/gromox/queue/clone \
/var/lib/gromox/queue/mess /var/lib/gromox/queue/save \
/var/lib/gromox/queue/cache /var/lib/gromox/queue/insulation \
/var/lib/gromox/queue/timer /var/log/gromox;
mkdir -p "$i"
chown gromox:gromox "$i"
chmod 775 "$i"
done
touch /var/lib/gromox/queue/token.ipc
Further reading for operations.
man gromox