We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bae398 commit 8b9833bCopy full SHA for 8b9833b
lib/service/commands/restart.rb
@@ -12,7 +12,7 @@ def run(targets, _custom_plist, verbose:)
12
13
ran = []
14
started = []
15
- targets.select(&:loaded?).each do |service|
+ targets.each do |service|
16
if service.service_file_present?
17
started << service
18
else
0 commit comments