k
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user