Skip to content

Commit

Permalink
doc: Fix systemd service file
Browse files Browse the repository at this point in the history
  • Loading branch information
marienfressinaud committed Mar 11, 2021
1 parent 90f4333 commit b3a46c8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/production.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,10 @@ service by creating a `/etc/systemd/system/flusio-worker.service` file.
Description=A job worker for flusio
[Service]
Type=simple
ExecStart=php /var/www/flusio/cli --request /jobs/watch
[Install]
WantedBy=multi-user.target
```

Then, reload the systemd daemon and start the service:
Expand Down

0 comments on commit b3a46c8

Please sign in to comment.