add enable supŷsonic service
This commit is contained in:
parent
8d83f53ff3
commit
17340cbbe2
@ -81,4 +81,10 @@
|
|||||||
become: yes
|
become: yes
|
||||||
notify:
|
notify:
|
||||||
- Reload systemd
|
- Reload systemd
|
||||||
- restart supysonic service
|
- restart supysonic service
|
||||||
|
|
||||||
|
- name: enable supysonic service
|
||||||
|
systemd:
|
||||||
|
name: "gunicorn-{{supysonic_name}}.service" # not required. Name of the service. When using in a chroot environment you always need to specify the full name i.e. (crond.service).
|
||||||
|
enabled: true
|
||||||
|
become: yes
|
Loading…
Reference in New Issue
Block a user