mirror of
https://gitlab.com/hagrid-keyserver/hagrid.git
synced 2023-02-13 20:55:02 -05:00
13 lines
272 B
Desktop File
13 lines
272 B
Desktop File
[Unit]
|
|
Description=Hagrid Verifying Keyserver
|
|
After=network.target
|
|
|
|
[Service]
|
|
ExecStart=/opt/hagrid/target/release/hagrid /opt/hagrid/dist -D %i -F hagrid@%i
|
|
WorkingDirectory=/opt/hagrid
|
|
User=hagrid
|
|
Group=hagrid
|
|
StandardOutput=syslog
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|