bifrost/playbooks/roles/bifrost-ironic-install/templates/systemd_template.j2
John L. Villalovos 3bb925a074 Add newlines at end of files
Add newlines at end of the files. Without the newline at the end of the
file the Gblame command in vim-fugitive gets confused.

These were the only three files discovered without newlines

Change-Id: I747e1ae35b2974732ec9058033a7ea445b08a121
2015-10-19 14:27:17 -07:00

11 lines
243 B
Django/Jinja

[Unit]
Description={{ item.service_name }} service
[Service]
ExecStart={{ item.service_path }}/{{ item.service_name }} {{ item.args }}
User={{ item.username }}
[Install]
WantedBy=multi-user.target
Alias={{ item.service_name }}{{ init_ext }}