test: cover auto-reply command gating

This commit is contained in:
Peter Steinberger
2026-01-11 02:27:07 +01:00
parent e0bf86f06c
commit 2d74119a08
10 changed files with 104 additions and 32 deletions

View File

@@ -103,7 +103,10 @@ export function resolveGatewayService(): GatewayService {
await uninstallSystemdService(args);
},
stop: async (args) => {
await stopSystemdService({ stdout: args.stdout, profile: args.profile });
await stopSystemdService({
stdout: args.stdout,
profile: args.profile,
});
},
restart: async (args) => {
await restartSystemdService({