summarylogtreecommitdiffstats
path: root/hagrid.service
blob: 92a2e5e6a6304b4d32b3c05456c833c7a80938aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[Unit]
Description=Hagrid - verifying OpenPGP keyserver, written in Rust
After=network.target

[Service]
Type=simple
WorkingDirectory=/var/lib/hagrid
ExecStart=/usr/bin/hagrid
ExecReload=/bin/kill -s HUP $MAINPID
KillMode=mixed
TimeoutStopSec=5
User=nobody
PrivateTmp=true
ReadWritePaths=/var/lib/hagrid/

[Install]
WantedBy=default.target