add SQL dependance
This commit is contained in:
parent
f96ca460eb
commit
e1c504e75b
@ -1,6 +1,6 @@
|
||||
[Unit]
|
||||
Description=gunicorn daemon for {{supysonic_name}}
|
||||
After=network.target
|
||||
After=network.target {{ 'postgresql.service' if supysonic_DB_type == 'postgres' else mysqld.service supysonic_DB_type == 'mysql' }}
|
||||
|
||||
[Service]
|
||||
PIDFile=/run/gunicorn-{{supysonic_name}}/pid
|
||||
|
@ -1,6 +1,6 @@
|
||||
[Unit]
|
||||
Description=Supysonic Daemon
|
||||
After=mariadb.service
|
||||
After={{ 'postgresql.service' if supysonic_DB_type == 'postgres' else mysqld.service supysonic_DB_type == 'mysql' }}
|
||||
After=network.target
|
||||
[Service]
|
||||
User=root
|
||||
|
Loading…
Reference in New Issue
Block a user