aboutsummaryrefslogtreecommitdiff
path: root/systemd
diff options
context:
space:
mode:
authorGrégoire Duchêne <gduchene@awhk.org>2021-07-04 16:51:05 +0100
committerGrégoire Duchêne <gduchene@awhk.org>2021-07-04 16:51:05 +0100
commit83a5fdbb3b1582bb1083a1461bfe60f7c437bce7 (patch)
treec3935879942e53ab7a2df90d7fdab60c84e67a96 /systemd
parent9a51680e1580bcecaad9e295368b9f98b853eab6 (diff)
Reorder configuration sections
Diffstat (limited to 'systemd')
-rw-r--r--systemd/go-import-redirect.service12
1 files changed, 6 insertions, 6 deletions
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