Skip to content

Commit

Permalink
Update status messages
Browse files Browse the repository at this point in the history
  • Loading branch information
melmorabity committed Apr 8, 2016
1 parent 80764e3 commit 768e416
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ Mohamed El Morabity <melmorabity -(at)- fedoraproject.org>
## Examples

$ ./check_systemd_service.sh sshd
OK: Service sshd is running
OK: service sshd is running

$ sudo systemctl stop sshd
$ ./check_systemd_service.sh sshd
ERROR: Service sshd is not running
ERROR: service sshd is not running

$ ./check_systemd_service.sh foo
ERROR: Service foo doesn't exist
ERROR: service foo doesn't exist

0 comments on commit 768e416

Please sign in to comment.