service status: full id used in lists at all times.
parent
5501c62f56
commit
e4741daeb3
|
@ -35,7 +35,7 @@ else
|
||||||
if service.nil?
|
if service.nil?
|
||||||
service_not_found = true
|
service_not_found = true
|
||||||
else
|
else
|
||||||
puts "#{service.id}: #{service.status PID_DIRECTORY}"
|
puts "#{service.full_id}: #{service.status PID_DIRECTORY}"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue