forked from 0x2620/pandora
wait for postgres and rabbitmq(systemd)
This commit is contained in:
parent
844d1697bd
commit
93c6d8495b
5 changed files with 5 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
[Unit]
|
||||
Description=pandora cron daemon
|
||||
After=postgresql.service rabbitmq-server.service
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
[Unit]
|
||||
Description=pandora encoding daemon
|
||||
After=postgresql.service rabbitmq-server.service
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
[Unit]
|
||||
Description=pandora tasks daemon
|
||||
After=postgresql.service rabbitmq-server.service
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
[Unit]
|
||||
Description=pandora websocket daemon
|
||||
After=postgresql.service rabbitmq-server.service
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
[Unit]
|
||||
Description=pandora daemon
|
||||
After=postgresql.service rabbitmq-server.service
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
|
|
Loading…
Reference in a new issue