fix: [doc] Fixed systemd unit (#4827)

fix: [doc] Fixed systemd unit
pull/4829/head
Steve Clement 2019-07-02 11:42:19 +09:00 committed by GitHub
commit 9f33bae714
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -421,8 +421,8 @@ $SUDO_WWW sh -c "gpg --homedir $PATH_TO_MISP/.gnupg --export --armor $GPG_EMAIL_
sudo chmod +x $PATH_TO_MISP/app/Console/worker/start.sh
echo "[Unit]
Description=MISP's background workers
After=rh-mariadb102-mariadb.service rh-redis32-redis.service rh-php72-php-fpm.service
Description=MISP background workers
After=mariadb.service redis-server.service
[Service]
Type=forking