fix(core): update

This commit is contained in:
2019-09-03 11:29:14 +02:00
parent 9ef366eee9
commit 5e5a679f99
9 changed files with 149 additions and 516 deletions

4
ts/smartdaemon.paths.ts Normal file
View File

@@ -0,0 +1,4 @@
import * as plugins from './smartdaemon.plugins';
export const packageDir = plugins.path.join(__dirname, '../');
export const systemdDir = plugins.path.join('/lib/systemd/system/');