aboutsummaryrefslogtreecommitdiff
path: root/systemd/go-import-redirect.service
blob: 3036abcf1a1e4dd4e94c10b7d685d12494346390 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Copyright (c) 2020, Grégoire Duchêne <gduchene@awhk.org>
#
# Use of this file is governed by the ISC license that can be found in
# the LICENSE file.

[Unit]
Description=go-import-redirect

[Service]
ExecStart=go-import-redirect
DynamicUser=true

[Install]
WantedBy=multi-user.target