Added Want=NetworkManager to anvil-daemon and scancore unit files.

Signed-off-by: digimer <mkelly@alteeve.ca>
main
digimer 10 months ago
parent b3d1e53623
commit 5cf0bbc6be
  1. 1
      tools/anvil-daemon
  2. 1
      units/anvil-daemon.service
  3. 1
      units/scancore.service

@ -78,7 +78,6 @@ $anvil->Network->wait_for_bonds({debug => 2});
$anvil->Database->connect({ $anvil->Database->connect({
check_if_configured => 1, check_if_configured => 1,
check_for_resync => 2, check_for_resync => 2,
debug => 2,
}); });
$anvil->Log->entry({source => $THIS_FILE, line => __LINE__, level => 1, key => "log_0132"}); $anvil->Log->entry({source => $THIS_FILE, line => __LINE__, level => 1, key => "log_0132"});

@ -1,6 +1,7 @@
[Unit] [Unit]
Description=Anvil! Intelligent Availability Platform - main service daemon Description=Anvil! Intelligent Availability Platform - main service daemon
Wants=network.target Wants=network.target
After=NetworkManager.service
[Service] [Service]
Type=simple Type=simple

@ -1,6 +1,7 @@
[Unit] [Unit]
Description=Anvil! Intelligent Availability Platform - ScanCore Decision Engine Description=Anvil! Intelligent Availability Platform - ScanCore Decision Engine
Wants=network.target Wants=network.target
After=NetworkManager.service
[Service] [Service]
Type=simple Type=simple

Loading…
Cancel
Save