This commit is contained in:
2026-01-23 02:57:27 -08:00
parent e8a53afc3d
commit 035e7096fb
2 changed files with 13 additions and 12 deletions

View File

@@ -334,6 +334,7 @@ def install_service_systemd(
workspace_root: Optional[Path] = None,
) -> bool:
try:
print(f"Installing systemd user service via {Path(__file__).resolve()}...")
systemctl = shutil.which("systemctl")
if not systemctl:
print(