Merge pull request 'start systemd-journal-upload after tailscaled' (#72) from develop into master
Some checks failed
Deploy configs / deploy-configs (push) Failing after 49s
Some checks failed
Deploy configs / deploy-configs (push) Failing after 49s
Reviewed-on: #72
This commit is contained in:
commit
399347fb9e
1 changed files with 11 additions and 0 deletions
|
|
@ -3,4 +3,15 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
settings.Upload.URL = "http://100.64.0.6:19532";
|
settings.Upload.URL = "http://100.64.0.6:19532";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
systemd.services.systemd-journal-upload = {
|
||||||
|
after = [
|
||||||
|
"network-online.target"
|
||||||
|
"tailscaled.service"
|
||||||
|
];
|
||||||
|
wants = [
|
||||||
|
"network-online.target"
|
||||||
|
"tailscaled.service"
|
||||||
|
];
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue