fix(core): update

This commit is contained in:
2019-09-06 17:33:01 +02:00
parent 8957e03445
commit ce1fa6640b
3 changed files with 11 additions and 8 deletions

View File

@@ -77,4 +77,8 @@ export class SmartDaemonService implements ISmartDaemonServiceConstructorOptions
public async delete() {
await this.smartdaemonRef.systemdManager.deleteService(this);
}
public async reload() {
await this.smartdaemonRef.systemdManager.reload();
}
}