Commit 7a8b202
committed
Fixes #72 - Replace sidekiq-selinux wrapper with direct sidekiq call
The sidekiq-selinux wrapper script exists only for SELinux domain
transition on bare-metal RPM installations. In containers, SELinux
is disabled (label=disable) so the wrapper adds no value.
Replace the wrapper call with a direct sidekiq invocation and use
an absolute path for the dynflow-sidekiq.rb script instead of a
relative one for clarity.1 parent 5efa47a commit 7a8b202
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
157 | | - | |
| 157 | + | |
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
| |||
0 commit comments