mirror of
https://github.com/unraid/api.git
synced 2025-12-31 13:39:52 -06:00
feat: unnecessary comment
This commit is contained in:
@@ -4,9 +4,6 @@ import { Command, CommandRunner } from 'nest-commander';
|
||||
import { ECOSYSTEM_PATH, PM2_PATH } from '@app/consts';
|
||||
import { LogService } from '@app/unraid-api/cli/log.service';
|
||||
|
||||
/**
|
||||
* Stop a running API process and then start it again.
|
||||
*/
|
||||
@Command({ name: 'restart', description: 'Restart / Start the Unraid API' })
|
||||
export class RestartCommand extends CommandRunner {
|
||||
constructor(private readonly logger: LogService) {
|
||||
|
||||
Reference in New Issue
Block a user