fixed typos

This commit is contained in:
Ulf Gebhardt 2023-05-03 10:16:37 +02:00
parent 3efb2cc1b7
commit 1241f00ede
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -198,7 +198,7 @@ Follow the commands in `./install.sh` as installation pattern.
## Define Cronjob To Compensate Yarn Output In `/tmp`
`yarn` creates output in `/tmp` directory. This output is generated whenever `yarn start` is called. THis is especially problematic on staging systems where instable versions are automatically deployed which can lead to a ever resatrting service, hence generating alot of yarn output.
`yarn` creates output in `/tmp` directory. This output is generated whenever `yarn start` is called. This is especially problematic on staging systems where instable versions are automatically deployed which can lead to an ever restarting, hence generating a lot of yarn output.
To solve this you can install the following hourly cron using `crontab` as `gradido` user.he `gradido` user.