]> xenbits.xensource.com Git - libvirt.git/commit
systemd: Allow comments at the top of units
authorAndrea Bolognani <abologna@redhat.com>
Fri, 29 Sep 2023 13:28:25 +0000 (15:28 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Wed, 25 Oct 2023 10:19:32 +0000 (12:19 +0200)
commitee86c2add3051f4789c56477cc2fa7eabb2a940c
treef57277218ffaa3e02426b535eb4e82b881f80458
parent28b85e03748229b5babee9df2d4c3858612c9e80
systemd: Allow comments at the top of units

Currently the script will reject any type of contents outside
of a section, but we want to be able to have some useful
comments at the top of each file to help users understand how
they are processed.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
scripts/merge-systemd-units.py