f7cloud-office: репозиторий с папкой f7cloud-office (browser, service)

This commit is contained in:
root
2026-02-26 11:30:54 +00:00
commit 21c63c0130
2984 changed files with 346693 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
Служба F7 Cloud Office (systemd).
Установка: cp f7cloud-office.service /lib/systemd/system/ && systemctl daemon-reload && systemctl enable f7cloud-office
@@ -0,0 +1,24 @@
[Unit]
Description=F7 Cloud Office (coolwsd)
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/f7cloud-office --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