From 83a5fdbb3b1582bb1083a1461bfe60f7c437bce7 Mon Sep 17 00:00:00 2001 From: GrĂ©goire DuchĂȘne Date: Sun, 4 Jul 2021 16:51:05 +0100 Subject: Reorder configuration sections --- systemd/go-import-redirect.service | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'systemd') diff --git a/systemd/go-import-redirect.service b/systemd/go-import-redirect.service index 63de3f3..3036abc 100644 --- a/systemd/go-import-redirect.service +++ b/systemd/go-import-redirect.service @@ -3,12 +3,12 @@ # Use of this file is governed by the ISC license that can be found in # the LICENSE file. -[Install] - WantedBy=multi-user.target +[Unit] +Description=go-import-redirect [Service] - ExecStart=go-import-redirect - DynamicUser=true +ExecStart=go-import-redirect +DynamicUser=true -[Unit] - Description=go-import-redirect +[Install] +WantedBy=multi-user.target -- cgit v1.2.3-70-g09d2