mirror of
https://github.com/pigmonkey/spark.git
synced 2026-01-23 02:24:09 +00:00
log illuminanced to syslog
This commit is contained in:
parent
f8665fa738
commit
86ccff0e37
1 changed files with 10 additions and 0 deletions
|
|
@ -53,6 +53,16 @@
|
||||||
notify:
|
notify:
|
||||||
- restart illuminanced
|
- restart illuminanced
|
||||||
|
|
||||||
|
- name: Set log destination
|
||||||
|
lineinfile:
|
||||||
|
dest: /etc/illuminanced.toml
|
||||||
|
regexp: ^log_to
|
||||||
|
state: present
|
||||||
|
line: 'log_to = "syslog"'
|
||||||
|
when: illuminanced is defined
|
||||||
|
notify:
|
||||||
|
- restart illuminanced
|
||||||
|
|
||||||
- name: Enable and start illuminanced
|
- name: Enable and start illuminanced
|
||||||
service:
|
service:
|
||||||
name: illuminanced.service
|
name: illuminanced.service
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue