mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-18 19:23:17 +02:00
22 lines
456 B
Django/Jinja
22 lines
456 B
Django/Jinja
[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
|