Skip to content

Commit 1070d41

Browse files
committed
Example
1 parent 93b4da7 commit 1070d41

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

README.md

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
## Drush Queue Daemon
2+
3+
### drush-queue.service example
4+
5+
```
6+
[Unit]
7+
Description=Run drush queue as daemon
8+
9+
[Service]
10+
WorkingDirectory=/var/www/example/current
11+
ExecStart=/var/www/example/current/vendor/bin/drush -l https://www.example.de queue:run:daemon --timeout 300 webhooks_dispatcher
12+
Restart=always
13+
RestartSec=10s
14+
User=www-data
15+
Group=www-data
16+
17+
[Install]
18+
WantedBy=multi-user.target
19+
```

0 commit comments

Comments
 (0)