Skip to content

Commit 9c04e38

Browse files
committed
feat: improve installer to work with services supporting reload
1 parent b79576f commit 9c04e38

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/fujin/_installer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ def install(config: InstallConfig, bundle_dir: Path) -> None:
294294
)
295295

296296
restart_result = run(
297-
f"systemctl restart {units_str}",
297+
f"systemctl reload-or-restart {units_str}",
298298
)
299299

300300
# Wait briefly for services to stabilize - services that crash immediately

0 commit comments

Comments
 (0)