Skip to content

Commit

Permalink
Formula/eturnal.rb: remove unnecessary variables
Browse files Browse the repository at this point in the history
  • Loading branch information
Sando committed Jul 24, 2023
1 parent ec50358 commit 5e7ec89
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Formula/eturnal.rb
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ def post_install
(var/"log/#{name}").install_symlink opt_prefix/"log"
(var/"run/#{name}").mkpath
(var/"run/#{name}").install_symlink opt_prefix/"run"
(var/"lib/#{name}").mkpath

# put a random secure cookie
# cannot use this with HEAD currently
Expand Down Expand Up @@ -98,11 +97,6 @@ def caveats

service do
run [opt_bin/"eturnalctl", "foreground"]
environment_variables HOME: var/"lib/eturnal"
working_dir var/"lib/eturnal"
# log_path var/"log/eturnal"
# error_log_path var/"log/eturnal"
# process_type :background
end

test do
Expand Down

0 comments on commit 5e7ec89

Please sign in to comment.