diff options
author | Rob Austein <sra@hactrn.net> | 2015-01-28 04:33:15 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2015-01-28 04:33:15 +0000 |
commit | 6730c76fbf4c698ff5cdc730df424701113ef165 (patch) | |
tree | ccbccfc22ad03f8978914a3e95969d17073c7b1a /doc/doc.RPKI.Installation.DebianPackages | |
parent | 755edaf56decc85339d3f7313e07d880a831a8ca (diff) | |
parent | 68eb4461a236ce51858c172121df5552c13d8f2e (diff) |
Pull doc and OpenSSL changes from trunk.
svn path=/branches/tk705/; revision=6047
Diffstat (limited to 'doc/doc.RPKI.Installation.DebianPackages')
-rw-r--r-- | doc/doc.RPKI.Installation.DebianPackages | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/doc.RPKI.Installation.DebianPackages b/doc/doc.RPKI.Installation.DebianPackages index 5a7ce180..048af3b8 100644 --- a/doc/doc.RPKI.Installation.DebianPackages +++ b/doc/doc.RPKI.Installation.DebianPackages @@ -56,7 +56,7 @@ aptitude should also work. * If you changed anything in rpki.conf, you should restart the RPKI CA service: - sudo initctl restart rpki-ca + sudo service rpki-ca restart ***** Upgrading ***** @@ -69,4 +69,4 @@ version of the code using the normal APT upgrade process, eg: Or, if you only want to update the RPKI tools: sudo apt-get update - sudo apt-get upgrade + sudo apt-get upgrade rpki-ca rpki-rp |