7 lines
133 B
YAML
7 lines
133 B
YAML
---
|
|
|
|
# systemd service name
|
|
cidpid_base: "{{ systemd_tempdir }}/%n-"
|
|
cidfile: "{{ cidpid_base }}cid"
|
|
pidfile: "{{ cidpid_base }}pid"
|