3bb925a074
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
11 lines
243 B
Django/Jinja
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 }}
|