summarylogtreecommitdiffstats
path: root/onlyoffice-fileconverter.service
blob: 9a9f3b668693c257cdb74d0541487222e7c00c51 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[Unit]
Description=Onlyoffice documentserver
After=network.target

[Service]
User=onlyoffice
Type=simple
Environment="NODE_ENV=production-linux" "NODE_CONFIG_DIR=/etc/webapps/onlyoffice/documentserver" "LD_LIBRARY_PATH=/usr/share/webapps/onlyoffice/documentserver/server/FileConverter/bin"
#WorkingDirectory=/usr/share/webapps/onlyoffice/documentserver/server/FileConverter
ExecStart=/usr/share/webapps/onlyoffice/documentserver/server/FileConverter/converter
WorkingDirectory=/var/lib/onlyoffice/documentserver
LimitNOFILE=1048576
LimitNPROC=64
PrivateTmp=true
PrivateDevices=true
ProtectHome=true
ProtectSystem=strict
ReadWritePaths=/var/lib/onlyoffice/documentserver

[Install]
WantedBy=multi-user.target