on OpenRC: Steps to reproduce: - emerge www-apps/nextcloud-notify_push - edit /etc/conf.d/nextcloud-notify_push - use "DATABASE_URL", "REDIS_URL", "NEXTCLOUD_URL", etc. instead of NOTIFY_PUSH_NEXTCLOUD_CONFIGFILE - /etc/init.d/nextcloud-notify_push start Result: services crashes, stating missing parameters Reason: the current init-file sets these parameters as environment variables, nextcloud-notify_push ignores does, expects them as command-line arguments Fix is ready and tested, PR is on the way
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f85f6922c5422951172fa7764954c21db7c224b6 commit f85f6922c5422951172fa7764954c21db7c224b6 Author: Anton Fischl <github@fischl-online.de> AuthorDate: 2024-07-09 07:20:26 +0000 Commit: Yixun Lan <dlan@gentoo.org> CommitDate: 2024-07-09 07:34:29 +0000 www-apps/nextcloud-notify_push: add 0.6.12 fix OpenRC init script failure issue Closes: https://bugs.gentoo.org/935776 Signed-off-by: Anton Fischl <github@fischl-online.de> Signed-off-by: Yixun Lan <dlan@gentoo.org> www-apps/nextcloud-notify_push/Manifest | 160 +++++++++ .../files/nextcloud-notify_push-r2.init | 135 +++++++ .../nextcloud-notify_push-0.6.12.ebuild | 398 +++++++++++++++++++++ 3 files changed, 693 insertions(+)