Bug #29281
Updated by Ewoud Kohl van Wijngaarden almost 5 years ago
When upgrading from Foreman 1.24 to 2.0, the dynflowd service is still running. I would expect that the foreman RPM makes sure the service is stopped since the unit file is no longer shipped.
Note it's not possible to stop a service after its unit file has been removed:
<pre>
[root@pipeline-foreman-server-1-24-centos7 ~]# systemctl --no-reload disable --now dynflowd
Failed to execute operation: No such file or directory
[root@pipeline-foreman-server-1-24-centos7 ~]# systemctl status dynflowd
● dynflowd.service
Loaded: not-found (Reason: No such file or directory)
Active: active (running) since Fri 2020-03-06 14:52:43 UTC; 1h 17min ago
CGroup: /system.slice/dynflowd.service
├─20590 dynflow_executor_monitor
└─20596 dynflow_executor
</pre>