Run sks-db and sks-recon on boot

This commit is contained in:
Nick Bebout 2013-08-22 03:54:04 +00:00
parent 4a66c4e699
commit fb9a416491

View file

@ -63,16 +63,16 @@ de=0600
job="killall -SIGUSR2 sks-db"
state=present
- name: Set sks-db to not run on boot
service: name=sks-db enabled=no
- name: Set sks-db to run on boot
service: name=sks-db enabled=yes
ignore_errors: true
notify:
- restart sks-db
tags:
- service
- name: Set sks-recon to not run on boot
service: name=sks-recon enabled=no
- name: Set sks-recon to run on boot
service: name=sks-recon enabled=yes
ignore_errors: true
notify:
- restart sks-recon