smartdaemon/ts/smartdaemon.paths.ts

5 lines
240 B
TypeScript
Raw Normal View History

2022-10-19 17:27:42 +00:00
import * as plugins from './smartdaemon.plugins.js';
2019-09-03 09:29:14 +00:00
2022-10-19 17:27:42 +00:00
export const packageDir = plugins.path.join(plugins.smartpath.get.dirnameFromImportMetaUrl(import.meta.url), '../');
2019-09-03 09:29:14 +00:00
export const systemdDir = plugins.path.join('/lib/systemd/system/');