aboutsummaryrefslogtreecommitdiff
path: root/deployments/systemd/go-import-redirect.service
blob: 06917530aa64901a65da510319acc40a02748a66 (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=multi-user.target

[Service]
  Environment=ADDR=%t/go-import-redirect/socket
  ExecStart=go-import-redirect
  DynamicUser=true
  RuntimeDirectory=go-import-redirect

[Unit]
  Description=go-import-redirect