diff options
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 |