summarylogtreecommitdiffstats
path: root/service
blob: 1b8d1c5640a2bc8822f4791152d38983dbdecbce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=OpenPGP keyserver
After=network.target postgresql.service

[Service]
Type=simple
User=hockeypuck
WorkingDirectory=/var/lib/hockeypuck
ExecStart=/usr/bin/hockeypuck -config /etc/hockeypuck/hockeypuck.conf
TimeoutSec=120
Restart=always

[Install]
WantedBy=multi-user.target