Skip to content

Commit 8b9833b

Browse files
committed
fix: always start on restart
1 parent 0bae398 commit 8b9833b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/service/commands/restart.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def run(targets, _custom_plist, verbose:)
1212

1313
ran = []
1414
started = []
15-
targets.select(&:loaded?).each do |service|
15+
targets.each do |service|
1616
if service.service_file_present?
1717
started << service
1818
else

0 commit comments

Comments
 (0)