diff --git a/src/commands/systemd.ts b/src/commands/systemd.ts index 65015f7..5aae99a 100644 --- a/src/commands/systemd.ts +++ b/src/commands/systemd.ts @@ -12,7 +12,7 @@ export default class SystemD extends Command { this.name = 'systemd'; this.description = 'Manages various aspects for your user SystemD.'; this.usage = `Run ${this.client.config.prefix}${this.name} [subcommand] for usage information`; - this.subcmds = [SystemD_Linger, SystemD_Status]; + this.subcmds = [SystemD_Linger, SystemD_Status, SystemD_Start, SystemD_Restart, SystemD_Stop]; this.enabled = true; }