Skip to content

Commit

Permalink
Use systemd service Type=notify
Browse files Browse the repository at this point in the history
  • Loading branch information
agrare committed Dec 3, 2020
1 parent e4f6dfd commit e6f6355
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/models/miq_worker/systemd_common.rb
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ def unit_file
Environment=BUNDLER_GROUPS=#{bundler_groups.join(",")}
ExecStart=/bin/bash -lc '#{exec_start}'
Restart=no
Type=notify
Slice=#{slice_name}
UNIT_FILE
end
Expand Down

0 comments on commit e6f6355

Please sign in to comment.