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*

5
  • Is this a system or user unit? Commented Jun 19, 2021 at 2:48
  • If I understand correctly, this is a user unit as I own the computer and have root access. Commented Jun 19, 2021 at 9:52
  • When you run the scripts manually, are you prompted for a sudo password? Commented Jun 19, 2021 at 15:36
  • 2
    Offhand, what is the environment when the scripts are executed? Many people (incorrectly) assume that running the command manually (from a terminal window or shell) is the same as when systemd (or cron, or ....) execute it. You may have to set your current working directory and PATH variables in the scripts to the expected values, and possibly the expected user/primary group names Commented Jun 19, 2021 at 17:57
  • @BartWeil: where are the systemd scripts? If systemd wasn't used, you should remove it from the title. Otherwise, provide the details. Also, if you're using init.d scripts you need root access to install the scripts, noting that sudo gives you root privileges. In short, you haven't privide any useful information regarding your presumed problem. Commented Jun 20, 2021 at 1:58