From fa42f386ddd0d91db72efe7ca892fece1cab76f0 Mon Sep 17 00:00:00 2001 From: opensamba Date: Sat, 25 Oct 2014 07:39:07 -0700 Subject: [PATCH] added systemd plugin info --- Cheatsheet.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/Cheatsheet.md b/Cheatsheet.md index 9ceb8a3..8e76e61 100644 --- a/Cheatsheet.md +++ b/Cheatsheet.md @@ -124,3 +124,18 @@ Symfony2 - `sfcl` - `php app/console cache:clear` - `sfroute` - `php app/console router:debug` - `sfgb` - `php app/console generate:bundle` + +Systemd +=== +shortcut for systemctl command utility +-------------------------------------- + +- `sc-status NAME` - `show the status of the NAME process' +- `sc-show NAME` - `show the NAME systemd .service file` +- `sc-start NAME` - `start the NAME process` +- `sc-stop NAME` - `stop the NAME process` +- `sc-restart NAME` - `restart the NAME process` +- `sc-enable NAME` - `enable the NAME process to start at boot` +- `sc-disable NAME` - `disable the NAME process at boot` + +