Thanks you very much
> >> On Nov 3, 2020, at 09:57, Patrick Dupre <[email protected]> wrote: > >>> ps > >>> root 34852 0.0 0.0 217124 3336 ? S Oct29 0:00 > >>> /bin/sh /usr/local/dwagent/native/dwagsvc run > >>> > >>> How can I stop/restart it? > >> Run ‘cat /proc/34852/cgroup’ and you will see the systemd service name in > >> the systemd cgroup. > >> > >> If it is in a user-###.slice unit, it was started by a user and not > >> systemd. > > 0::/system.slice/dwagent.service > > > > > > Then you want to include --user in the systemctl command and be running as > that user. > > systemctl --user status dwagent > > Using the command status, stop, restart, or start as needed. > > --- > The key to getting good answers is to ask good questions. > _______________________________________________ > users mailing list -- [email protected] > To unsubscribe send an email to [email protected] > Fedora Code of Conduct: > https://docs.fedoraproject.org/en-US/project/code-of-conduct/ > List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines > List Archives: > https://lists.fedoraproject.org/archives/list/[email protected] > _______________________________________________ users mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected]
