]> git.ipfire.org Git - thirdparty/patchwork.git/commit
docs/deployment: Fix systemctl commands
authorRussell Currey <ruscur@russell.cc>
Fri, 15 Jul 2016 04:46:28 +0000 (14:46 +1000)
committerStephen Finucane <stephen.finucane@intel.com>
Fri, 15 Jul 2016 13:02:17 +0000 (14:02 +0100)
commit1871e487ed0ac18a436c79ce3c82820fa26580a5
tree80cd7fc31e7dc4d53d43358007e05cecf2c0ac6a
parent1347547654aafc6e80c3b8dfcf047329c2f4e2cc
docs/deployment: Fix systemctl commands

systemctl takes the name of the operation before the name of the service
so that you can do multiple things at once, i.e. "systemctl status nginx
postgresql".  Fix the ordering of the arguments.

Signed-off-by: Russell Currey <ruscur@russell.cc>
Reviewed-by: Stephen Finucane <stephen.finucane@intel.com>
docs/deployment.md