Skip to content

Commit

Permalink
another white space problem
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewrothstein committed Feb 1, 2024
1 parent 2184dea commit 7d6099a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/etcd.service.j2
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ Description=Etcd Server
After=network.target

[Service]
{%- if etcd_service_start_timeout is defined %}
{% if etcd_service_start_timeout is defined %}
TimeoutStartSec={{ etcd_service_start_timeout }}
{%- endif %}
{% endif %}
Type={{ etcd_systemd_service_type | default("notify") }}
User={{ etcd_user }}
WorkingDirectory={{ etcd_data_dir }}/
Expand Down

0 comments on commit 7d6099a

Please sign in to comment.