Skip to content

Commit

Permalink
fix: change service name
Browse files Browse the repository at this point in the history
Signed-off-by: Vunny Sodhi <vunny.sodhi@unikie.com>
  • Loading branch information
vunnyso committed May 17, 2024
1 parent 8464d31 commit decf1a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/common/log/journal-remote-upload.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ in {
systemd.services.systemd-journal-upload = {
description = "Service to upload journal logs to log-vm";
enable = true;
after = ["network-online.target"];
after = ["microvm@log-vm.service"];
serviceConfig = {
#ExecStart = "${pkgs.systemd}/lib/systemd/systemd-journal-upload --save-state -u http://${log-vm-ip-port}";
ExecStart = "${pkgs.systemd}/lib/systemd/systemd-journal-upload -u http://${log-vm-ip-port}";
Expand Down

0 comments on commit decf1a1

Please sign in to comment.