services/siahsd: Permit PID file to be written
This commit is contained in:
parent
f6c4f1c887
commit
fb420558c9
3 changed files with 7 additions and 5 deletions
|
@ -1,12 +1,15 @@
|
|||
---
|
||||
# TODO: Install and build
|
||||
|
||||
- name: Create log dir
|
||||
- name: Create directories
|
||||
file:
|
||||
path: /var/log/siahsd
|
||||
state: directory
|
||||
owner: siahsd
|
||||
group: nogroup
|
||||
with_items:
|
||||
- /var/log/siahsd
|
||||
- /run/siahsd
|
||||
|
||||
- name: Install service file
|
||||
template:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue