fix(core): update
This commit is contained in:
parent
261031a49c
commit
0df90eec5d
@ -4,7 +4,7 @@ import { SmartDaemon } from './smartdaemon.classes.smartdaemon';
|
||||
|
||||
export class SmartDaemonSystemdManager {
|
||||
// STATIC
|
||||
private static smartDaemonNamespace = 'smartdaemon_';
|
||||
private static smartDaemonNamespace = 'smartdaemon';
|
||||
public static createFileNameFromServiceName = (serviceNameArg: string) => {
|
||||
return `${SmartDaemonSystemdManager.smartDaemonNamespace}_${serviceNameArg}.service`;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user