summarylogtreecommitdiffstats
path: root/athens.service
blob: b547b34573bd800b41e4edf75fa1430cccfb37ac (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=A proxy server for the Go Modules download API
After=network.target

[Service]
Type=simple
User=nobody
ExecStart=/usr/bin/athens -config_file /etc/athens/config.toml

[Install]
WantedBy=multi-user.target