Closed phillxnet closed 1 year ago
Establishing that our existing rpmbuild (spec) configuration correctly 'owns' all our systemd service files in their installed (active) locations:
rleap15-5:~ # rpm -ql rockstor | grep "\.service"
/etc/systemd/system/nginx.service.d/30-rockstor-nginx-override.conf
/opt/rockstor/conf/rockstor-bootstrap.service
/opt/rockstor/conf/rockstor-hdparm.service
/opt/rockstor/conf/rockstor-pre.service
/opt/rockstor/conf/rockstor.service
/usr/lib/systemd/system/rockstor-bootstrap.service
/usr/lib/systemd/system/rockstor-pre.service
/usr/lib/systemd/system/rockstor.service
Closing as: Fixed by #44
We appear to be failing to stop our outgoing systemd services during an upgrade.
This may be down to a legacy forced/premature removal of these service files prior to later automated mechanisms intended to address this.This issue is a spin-off from:
https://github.com/rockstor/rockstor-core/issues/2651