added redis-server requirement to systemd example

This commit is contained in:
checktheroads 2019-06-15 13:04:36 -07:00
parent d9e8a74a9c
commit a413a26f34

View file

@ -1,6 +1,7 @@
[Unit] [Unit]
Description=hyperglass Description=hyperglass
After=network.target After=network.target
Requires=redis-server.service
[Service] [Service]
User=www-data User=www-data