71b29f2717
Since commit 144b701453
cool#8703 - Drop random node creation and rely on inherited fd.
Signed-off-by: Andras Timar <andras.timar@collabora.com>
Change-Id: Iea3610989fa9eb46c41a9d3d2d6627ffa479cbd1
24 lines
623 B
Desktop File
24 lines
623 B
Desktop File
[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
|
|
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
|