Am 12.10.2024 um 11:37 schrieb Ronald Klop:
sh -x /usr/local/etc/rc.d/gotify_server start
Are your sure you ran 'service gotify_server start' as root?
The man pages say that iinitgroups can only return EPERM via a call to
setgroups when not run as root.
thanks for the tip with sh -x, that mad
If you run the script with sh -x you will get output of what it is doing. This
can help identifying which part of the script fails.
sh -x /usr/local/etc/rc.d/gotify_server start
Are your sure you ran 'service gotify_server start' as root?
The man pages say that iinitgroups can only return EPERM