Skip to content

Instantly share code, notes, and snippets.

@aalmenar
Forked from carlosm3011/ripeval.service
Created June 11, 2019 21:19
Show Gist options
  • Select an option

  • Save aalmenar/ee030cd929559ba06af712cee4dcdfcc to your computer and use it in GitHub Desktop.

Select an option

Save aalmenar/ee030cd929559ba06af712cee4dcdfcc to your computer and use it in GitHub Desktop.
RIPE-NCC RPKI Validator - systemd unit file
# cat /etc/systemd/system/ripeval.service
[Unit]
Description=RIPE-NCC RPKI Validator
After=network.target
[Service]
Type=forking
User=ripeval
WorkingDirectory=/home/ripeval
ExecStart=/home/ripeval/ripeval_latest/rpki-validator.sh start
ExecStop=/home/ripeval/ripeval_latest/rpki-validator.sh stop
Restart=on-abort
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment