summaryrefslogtreecommitdiff
path: root/debian/vanity.service
blob: a22a62405212f3789d010a35591f917a6b96dc0e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[Unit]
Description=make go packages gettable

[Service]
ExecStart=/usr/bin/vanity -addr localhost:9192 -repo-root https://git.helsinki.at -vanity-root https://code.helsinki.at
User=vanity
Group=vanity
Restart=on-failure
PrivateTmp=yes
PrivateDevices=yes
ProtectSystem=full
ProtectHome=yes

[Install]
WantedBy=multi-user.target