আপনি কয়েকটি systemctl
বিকল্প ব্যবহার করতে পারেন :
-t, --type=
The argument should be a comma-separated list of unit types such as
service and socket.
If one of the arguments is a unit type, when listing units, limit
display to certain unit types. Otherwise, units of all types will
be shown.
As a special case, if one of the arguments is help, a list of
allowed values will be printed and the program will exit.
--state=
The argument should be a comma-separated list of unit LOAD, SUB, or
ACTIVE states. When listing units, show only those in the specified
states. Use --state=failed to show only failed units.
As a special case, if one of the arguments is help, a list of
allowed values will be printed and the program will exit.
তাই সম্ভবত আপনি চান:
systemctl --type=service --state=active list-units
যা প্রস্থান করেছে তাদের সহ সমস্ত সক্রিয় পরিষেবাগুলির তালিকা করে। আপনি যদি এই মুহুর্তে চলমান লোকদের পরে থাকেন তবে আপনি ব্যবহার করতে পারেন:
systemctl --type=service --state=running list-units