forked from platypush/platypush
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]
|
[Unit]
|
||||||
Description=Platypush daemon
|
Description=Platypush daemon
|
||||||
After=network.target
|
After=network.target redis.service
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
# platypush installation path
|
# platypush installation path
|
||||||
|
|
Loading…
Reference in a new issue