Skip to content

Commit

Permalink
[groovenauts#28] Enable linger for user service type
Browse files Browse the repository at this point in the history
  • Loading branch information
dapi committed Nov 8, 2021
1 parent 9ab3151 commit 79137b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/capistrano/systemd/multiservice/user_service.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ def default_units_dir
protected

def setup_service(buf, src, dest)
backend.execute :loginctl, 'enable-linger'
backend.upload! buf, dest
end
end
Expand Down

0 comments on commit 79137b2

Please sign in to comment.