Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

8
  • What is the output of systemctl status servicename.service | grep Loaded:? Commented Jun 21, 2020 at 1:45
  • Hello, it gives me this: Loaded: loaded (/usr/lib/systemd/system/fivemtxadmin.service; enabled; vendor preset: disabled) Commented Jun 21, 2020 at 2:32
  • That's unexpected. What are the outputs of journalctl --unit=fivemtxadmin.service -b and systemctl status fivemtxadmin.service after a reboot (before manual starting of the service)? Add that to your question. Commented Jun 21, 2020 at 3:13
  • @HaukeLaging added at the bottom of my question, thanks a lot! Commented Jun 21, 2020 at 3:27
  • 1
    Why do you think "it is breaking when it is starting on boot"? The service is obviously running. Commented Jun 21, 2020 at 3:39