Compare commits

...

2 Commits

Author SHA1 Message Date
ac5336e65c remove non breaking spaces
All checks were successful
continuous-integration/drone/push Build is passing
2024-07-06 09:12:30 +02:00
405624928f updated logrotate state 2024-07-06 09:11:55 +02:00
4 changed files with 4 additions and 4 deletions

View File

@ -7,7 +7,7 @@ After=network.target
[Service]
Type=simple
WorkingDirectory={{ dip.install_dir }}/dip
ExecStart={{ dip.install_dir }}/dip/dip -host "{{ dip.host }}" -port {{ dip.port }}
ExecStart={{ dip.install_dir }}/dip/dip -host "{{ dip.host }}" -port {{ dip.port }}
[Install]
WantedBy=multi-user.target

View File

@ -1,2 +1,2 @@
{%- from "docker/map.jinja" import docker with context -%}
{{ docker.daemon.config | tojson }}
{{ docker.daemon.config | tojson }}

View File

@ -2,4 +2,4 @@
{%- from "logrotate/map.jinja" import logrotate with context %}
logrotate-pkg:
pkg.installed:
- pkgs: logrotate
- name: logrotate

View File

@ -6,7 +6,7 @@ After=network.target postgresql.service
[Service]
Type=simple
ExecStart={{ qrz.install_dir }}/qrz/qrz -configfile {{ qrz.install_dir }}/config/common.ini -port {{ qrz.port }}
ExecStart={{ qrz.install_dir }}/qrz/qrz -configfile {{ qrz.install_dir }}/config/common.ini -port {{ qrz.port }}
[Install]
WantedBy=multi-user.target