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>
Start the uWSGI service we created above:
- $ sudo systemctl uwsgi start
- $ sudo systemctl uwsgi status
+ $ sudo systemctl start uwsgi
+ $ sudo systemctl status uwsgi
Next up, restart the nginx service:
- $ sudo systemctl nginx restart
- $ sudo systemctl nginx status
+ $ sudo systemctl restart nginx
+ $ sudo systemctl status nginx
Patchwork uses a cron script to clean up expired registrations and send
notifications of patch changes (for projects with this enabled). Something like