forked from sig_core/toolkit
6 lines
145 B
Bash
Executable file
6 lines
145 B
Bash
Executable file
#!/bin/bash
|
|
r_log "systemd" "Checking if systemctl can check service status"
|
|
|
|
systemctl is-active sshd.service > /dev/null
|
|
|
|
r_checkExitStatus $?
|