1
0
Fork 0
mirror of https://gitlab.com/hagrid-keyserver/hagrid.git synced 2023-02-13 20:55:02 -05:00
hagrid-keyserver--hagrid/contrib/hagrid@.service

14 lines
272 B
SYSTEMD
Raw Normal View History

2018-11-10 10:42:46 -05:00
[Unit]
Description=Hagrid Verifying Keyserver
After=network.target
[Service]
2019-02-03 07:43:13 -05:00
ExecStart=/opt/hagrid/target/release/hagrid /opt/hagrid/dist -D %i -F hagrid@%i
2018-11-22 10:43:29 -05:00
WorkingDirectory=/opt/hagrid
2018-11-10 10:42:46 -05:00
User=hagrid
Group=hagrid
StandardOutput=syslog
[Install]
WantedBy=multi-user.target