mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
byobu: Update to 5.129
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
--- a/usr/lib/byobu/services
|
||||
+++ b/usr/lib/byobu/services
|
||||
@@ -24,6 +24,8 @@ __services_detail() {
|
||||
}
|
||||
|
||||
service_running() {
|
||||
+ pgrep "$1" >/dev/null
|
||||
+ return $?
|
||||
if [ -f "/etc/init/$1.conf" ]; then
|
||||
# Use upstart
|
||||
case "$(status $1 2>/dev/null)" in
|
||||
Reference in New Issue
Block a user