Start adding state classes; update dependencies
This commit is contained in:
@@ -13,6 +13,11 @@ class ServiceConfig extends Injectable {
|
||||
install_to: 'multi-user.target',
|
||||
}
|
||||
|
||||
constructor(merge_data = {}) {
|
||||
super()
|
||||
this._data = {...this._data, ...merge_data}
|
||||
}
|
||||
|
||||
name(set) { return this._get_or_set('name', set) }
|
||||
|
||||
description(set) { return this._get_or_set('description', set) }
|
||||
|
||||
Reference in New Issue
Block a user