bdy 1.24.7-dev → 1.24.8-beta
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/distTs/package.json
CHANGED
|
@@ -52,7 +52,7 @@ class AgentLinux extends system_1.default {
|
|
|
52
52
|
getServiceConfig(id, host, token, port, user) {
|
|
53
53
|
const cli = this.getSystemBinaryPath();
|
|
54
54
|
return `[Unit]
|
|
55
|
-
Description=Buddy
|
|
55
|
+
Description=Buddy Server Agent
|
|
56
56
|
After=network.target
|
|
57
57
|
|
|
58
58
|
[Service]
|
|
@@ -10,7 +10,7 @@ const fs_1 = require("fs");
|
|
|
10
10
|
const logger_1 = __importDefault(require("../logger"));
|
|
11
11
|
const texts_1 = require("../texts");
|
|
12
12
|
const SERVICE_ID = 'bdy';
|
|
13
|
-
const SERVICE_NAME = 'Buddy
|
|
13
|
+
const SERVICE_NAME = 'Buddy Server Agent';
|
|
14
14
|
// winsw resolves its configuration - and names its logs - after its own file name, so all
|
|
15
15
|
// of these are derived from one base rather than spelled out
|
|
16
16
|
const WRAPPER_BASE = 'bdy-service';
|