Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Commit

Permalink
suse: wrap crono with the exec command
Browse files Browse the repository at this point in the history
This way signals sent to bash are properly propagated to crono.

bnc#976113

Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
  • Loading branch information
mssola committed Apr 19, 2016
1 parent f1f3405 commit 78f8f94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/suse/bin/portus_crono
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ export RAILS_ENV=production
bundle="/srv/Portus/vendor/bundle/ruby/2.1.0/bin/bundler.ruby2.1"
export GEM_PATH=/srv/Portus/vendor/bundle/ruby/2.1.0/
pushd /srv/Portus
$bundle exec crono
exec $bundle exec crono

0 comments on commit 78f8f94

Please sign in to comment.