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]
|
[Unit]
|
||||||
Description=pandora cron daemon
|
Description=pandora cron daemon
|
||||||
|
After=postgresql.service rabbitmq-server.service
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=pandora encoding daemon
|
Description=pandora encoding daemon
|
||||||
|
After=postgresql.service rabbitmq-server.service
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=pandora tasks daemon
|
Description=pandora tasks daemon
|
||||||
|
After=postgresql.service rabbitmq-server.service
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=pandora websocket daemon
|
Description=pandora websocket daemon
|
||||||
|
After=postgresql.service rabbitmq-server.service
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=pandora daemon
|
Description=pandora daemon
|
||||||
|
After=postgresql.service rabbitmq-server.service
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
|
|
Loading…
Reference in a new issue