Run sks-db and sks-recon on boot

This commit is contained in:
Nick Bebout 2013-08-15 22:39:12 +00:00
parent 8c306e4f7a
commit 990f5f044f

View file

@ -23,3 +23,20 @@
copy: src=$files/keyserver/css.css dest=/srv/sks/web/css.css mode=0644
tags:
- config
- 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 run on boot
service: name=sks-recon enabled=yes
ignore_errors: true
notify:
- restart sks-recon
tags:
- service