mirror of
https://github.com/famedly/ansible-collection-base
synced 2024-11-10 06:24:17 +00:00
chore(lego): move systemd unit directives to the correct section, route lego output to journal
This commit is contained in:
parent
b980e37177
commit
e43a3ffbe6
1 changed files with 3 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
|||
[Unit]
|
||||
Description=lego - Let's Encrypt client written in Go
|
||||
StandardOutput=syslog
|
||||
StandardError=syslog
|
||||
SyslogIdentifier=lego
|
||||
|
||||
[Service]
|
||||
StandardOutput=journal
|
||||
StandardError=journal
|
||||
SyslogIdentifier=lego
|
||||
{% for envvar in lego_configuration_merged.environment %}
|
||||
Environment={{ envvar }}={{ lego_configuration_merged.environment[envvar] }}
|
||||
{% endfor %}
|
||||
|
|
Loading…
Reference in a new issue