blob: c7661797675f0ed0a334e6ee3923498988d92bbb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# 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.
[Install]
WantedBy=default.target
[Service]
Environment=ADDR=%t/go-import-redirect/socket
ExecStart=go-import-redirect
DynamicUser=true
RuntimeDirectory=go-import-redirect
[Unit]
Description=go-import-redirect
|