Skip to main content
2 of 2
deleted 145 characters in body
ek9
  • 3k
  • 3
  • 20
  • 27

You can use After in [Unit] section to define a service that should be started before your service starts. For example if you are using NetworkManager, you can make your service start after NetworkManager is started.

[Unit]
Description=test service
After=NetworkManager.service
ek9
  • 3k
  • 3
  • 20
  • 27