-
Notifications
You must be signed in to change notification settings - Fork 2
Description
I tried to run push notification as the service as well as using nginx
but i am facing issue while running it
@jagerman @RyanRory Can you guys give me some suggestion regrading this issue
error logs below :
● [email protected] - Session Push Notification Server -- apns notifier
Loaded: loaded (/etc/systemd/system/[email protected]; enabled; vendor preset: enabled)
Active: activating (auto-restart) (Result: exit-code) since Thu 2024-02-29 20:19:56 GMT; 1s ago
Process: 721318 ExecStart=/usr/bin/python3 -mspns.notifiers.apns (code=exited, status=217/USER)
Main PID: 721318 (code=exited, status=217/USER)
● [email protected] - Session Push Notification Server -- firebase notifier
Loaded: loaded (/etc/systemd/system/[email protected]; enabled; vendor preset: enabled)
Active: activating (auto-restart) (Result: exit-code) since Thu 2024-02-29 20:24:57 GMT; 1s ago
Process: 722023 ExecStart=/usr/bin/python3 -mspns.notifiers.firebase (code=exited, status=217/USER)
Main PID: 722023 (code=exited, status=217/USER)
Feb 29 20:24:57 techgoku systemd[1]: [email protected]: Main process exited, code=exited, status=217/USER
Feb 29 20:24:57 techgoku systemd[1]: [email protected]: Failed with result 'exit-code'.
Feb 29 20:24:57 techgoku systemd[1]: Failed to start Session Push Notification Server -- firebase notifier.