systemd unit should depend on redis
This commit is contained in:
parent
20e67ffc93
commit
cabc154252
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
[Unit]
|
||||
Description=Platypush daemon
|
||||
After=network.target
|
||||
After=network.target redis.service
|
||||
|
||||
[Service]
|
||||
# platypush installation path
|
||||
|
|
Loading…
Reference in a new issue