Taildrop service no longer relies on bash. %h used for user home directory

This commit is contained in:
2025-09-27 14:23:57 -04:00
parent f13ccab5db
commit 43fa4ab763

View File

@@ -25,7 +25,7 @@
wantedBy = [ "default.target" ];
serviceConfig = {
Type = "simple";
ExecStart = "${pkgs.bash}/bin/bash -c '${pkgs.tailscale}/bin/tailscale file get --verbose --loop $HOME/Downloads/'";
ExecStart = "${pkgs.tailscale}/bin/tailscale file get --verbose --loop %h/Downloads/";
};
};
}