mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-08-04 07:37:20 +02:00
Update to 2023-11-13 10:00
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
[Unit]
|
||||
Description=Only Office converter
|
||||
Requires=rabbitmq-server.service
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/var/www/onlyoffice/documentserver/server/FileConverter/converter
|
||||
WorkingDirectory=/var/www/onlyoffice/documentserver/server/FileConverter/
|
||||
User=ds
|
||||
Group=ds
|
||||
Environment=NODE_ENV=oods
|
||||
Environment=NODE_CONFIG_DIR=/etc/onlyoffice/documentserver
|
||||
Environment=NODE_DISABLE_COLORS=1
|
||||
Environment=APPLICATION_NAME=ONLYOFFICE
|
||||
Restart=always
|
||||
PrivateTmp=yes
|
||||
PrivateDevices=yes
|
||||
ProtectSystem=full
|
||||
ProtectHome=yes
|
||||
NoNewPrivileges=yes
|
||||
SyslogIdentifier=oods-converter
|
||||
MemoryLimit=1024M
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Reference in New Issue
Block a user