From a6a62f98a477813ac404cb5e92b2ab22617cbda9 Mon Sep 17 00:00:00 2001 From: Steve Traylen Date: Tue, 26 Nov 2024 16:31:49 +0100 Subject: [PATCH] Put Install section last Traditionally the `Install` section is always last in a unit file. --- templates/unit_file.epp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/unit_file.epp b/templates/unit_file.epp index 2d3a7803..b8e5b711 100644 --- a/templates/unit_file.epp +++ b/templates/unit_file.epp @@ -21,9 +21,9 @@ 'Timer', 'Path', 'Socket', - 'Install', 'Mount', 'Swap', + 'Install', ] # Directives which are pair of items to be expressed as a space seperated pair.