Compare commits
No commits in common. "b53f97c5347f86e645030e1e1597ee0d08a2b036" and "6e70fbebe3152dc8f496a742027e921b882d2ccb" have entirely different histories.
b53f97c534
...
6e70fbebe3
|
|
@ -1,3 +0,0 @@
|
||||||
coolwsd-browser-full.tar.gz — полный архив каталога /usr/share/coolwsd (coolwsd + code-brand + кастомизация F7 Office).
|
|
||||||
Распаковка на целевом сервере (после установки пакета coolwsd): tar -C /usr/share -xzf coolwsd-browser-full.tar.gz
|
|
||||||
См. DEPLOY.md, раздел 6.2.
|
|
||||||
Binary file not shown.
|
|
@ -1,2 +0,0 @@
|
||||||
Служба coolwsd (systemd).
|
|
||||||
Установка: cp coolwsd.service /lib/systemd/system/ && systemctl daemon-reload && systemctl enable coolwsd
|
|
||||||
|
|
@ -1,24 +0,0 @@
|
||||||
[Unit]
|
|
||||||
Description=Collabora Online WebSocket Daemon
|
|
||||||
After=network.target
|
|
||||||
|
|
||||||
[Service]
|
|
||||||
EnvironmentFile=-/etc/sysconfig/coolwsd
|
|
||||||
ExecStart=/usr/bin/coolwsd --version --o:sys_template_path=/opt/cool/systemplate --o:child_root_path=/opt/cool/child-roots --o:file_server_root_path=/usr/share/coolwsd --o:cache_files.path=/opt/cool/cache
|
|
||||||
KillSignal=SIGINT
|
|
||||||
TimeoutStopSec=120
|
|
||||||
User=cool
|
|
||||||
KillMode=mixed
|
|
||||||
Restart=always
|
|
||||||
LimitNOFILE=infinity:infinity
|
|
||||||
|
|
||||||
ProtectSystem=strict
|
|
||||||
ReadWritePaths=/opt/cool /var/log
|
|
||||||
|
|
||||||
ProtectHome=yes
|
|
||||||
PrivateTmp=yes
|
|
||||||
ProtectControlGroups=yes
|
|
||||||
CapabilityBoundingSet=CAP_FOWNER CAP_CHOWN CAP_SYS_CHROOT CAP_SYS_ADMIN
|
|
||||||
|
|
||||||
[Install]
|
|
||||||
WantedBy=multi-user.target
|
|
||||||
Loading…
Reference in New Issue
Block a user