Skip to main content
deleted 9 characters in body
Source Link
EOhm
  • 835
  • 4
  • 7

You probably mixed something up. The command to reload or start services a systemd service is systemctl.
You can try

sudo systemctl reload-or-restart myserver.service

That should do what You asked for.

You probably mixed something up. The command to reload or start services a systemd service is systemctl.
You can try

sudo systemctl reload-or-restart myserver.service

That should do what You asked for.

You probably mixed something up. The command to reload or start a systemd service is systemctl.
You can try

sudo systemctl reload-or-restart myserver.service

That should do what You asked for.

Source Link
EOhm
  • 835
  • 4
  • 7

You probably mixed something up. The command to reload or start services a systemd service is systemctl.
You can try

sudo systemctl reload-or-restart myserver.service

That should do what You asked for.