Update to 2023-11-13 10:00

This commit is contained in:
Daniel Berteaud
2023-11-13 10:00:27 +01:00
parent 2e913384f8
commit 8d85c608c8
9 changed files with 13 additions and 9 deletions

View File

@@ -0,0 +1,21 @@
[Unit]
Description=Only Office metrics
[Service]
Type=simple
ExecStart=/var/www/onlyoffice/documentserver/server/Metrics/metrics ./config/config.js
WorkingDirectory=/var/www/onlyoffice/documentserver/server/Metrics/
User=ds
Group=ds
Environment=NODE_DISABLE_COLORS=1
Restart=always
PrivateTmp=yes
PrivateDevices=yes
ProtectSystem=full
ProtectHome=yes
NoNewPrivileges=yes
SyslogIdentifier=oods-metrics
MemoryLimit=50M
[Install]
WantedBy=multi-user.target