bake/falcon/supervisor.rb in falcon-0.42.3 vs bake/falcon/supervisor.rb in falcon-0.43.0
- old
+ new
@@ -1,7 +1,9 @@
# frozen_string_literal: true
-# Restart the application server via the supervisor.
+# Released under the MIT License.
+# Copyright, 2020-2023, by Samuel Williams.
+
def restart
require_relative '../../lib/falcon/command/supervisor'
Falcon::Command::Supervisor["restart"].call
end