Skip to content

Commit

Permalink
[dist] Fix stop command in clockwork service
Browse files Browse the repository at this point in the history
Stopping the clockwork service failed with:
"Failed with result 'exit-code'".
  • Loading branch information
eduardoj committed Jul 9, 2021
1 parent a8033ce commit 14c0d87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/systemd/obs-clockwork.service
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ User = @@APACHE_USER@@
Group = @@APACHE_GROUP@@
WorkingDirectory = @@OBS_API_PREFIX@@
ExecStart = @@OBS_BUNDLE_BIN@@ exec /usr/lib64/obs-api/ruby/@@OBS_RUBY_VERSION@@/bin/clockworkd --log-dir=log -l -c config/clock.rb start
ExecStop = @@OBS_BUNDLE_BIN@@ /usr/lib64/obs-api/ruby/@@OBS_RUBY_VERSION@@/bin/clockworkd -l -c config/clock.rb stop
ExecStop = @@OBS_BUNDLE_BIN@@ exec /usr/lib64/obs-api/ruby/@@OBS_RUBY_VERSION@@/bin/clockworkd -l -c config/clock.rb stop
Type = forking
PIDFile = @@OBS_API_PREFIX@@/tmp/clockworkd.clock.pid

Expand Down

0 comments on commit 14c0d87

Please sign in to comment.