cannot start shiny server in ubuntu 18.04

when I run these command:sudo systemctl restart shiny-server & sudo systemctl status shiny-server
I got this problem:
● shiny-server.service - ShinyServer
Loaded: loaded (/etc/systemd/system/shiny-server.service; enabled; vendor preset: enabled)
Active: deactivating (stop-post) since Fri 2023-04-28 09:08:54 UTC; 1s ago
Process: 29848 ExecStart=/usr/bin/env bash -c exec /opt/shiny-server/bin/shiny-server >> /var/log/shiny-server.log 2>&1 (code=exited, status=0/SUCCESS)
Main PID: 29848 (code=exited, status=0/SUCCESS); Control PID: 29872 (sleep)
Tasks: 1 (limit: 4915)
CGroup: /system.slice/shiny-server.service
└─29872 sleep 5

This topic was automatically closed 54 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.