You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
660 B
26 lines
660 B
[Unit]
|
|
Description=Collabora Online WebSocket Daemon
|
|
After=network.target
|
|
|
|
[Service]
|
|
EnvironmentFile=-/etc/sysconfig/coolwsd
|
|
ExecStart=/usr/bin/coolwsd --version --o:sys_template_path=/usr/lib64/cool/systemplate --o:child_root_path=/usr/lib64/cool/child-roots --o:file_server_root_path=/usr/share/coolwsd
|
|
KillSignal=SIGINT
|
|
TimeoutStopSec=120
|
|
User=cool
|
|
#KillMode=control-group
|
|
Restart=always
|
|
LimitNOFILE=infinity:infinity
|
|
|
|
#ProtectSystem=strict
|
|
#ReadWritePaths=/opt/cool /var/log
|
|
|
|
ProtectHome=yes
|
|
#PrivateTmp=yes
|
|
#ProtectControlGroups=yes
|
|
#CapabilityBoundingSet=CAP_FOWNER CAP_CHOWN CAP_MKNOD CAP_SYS_CHROOT CAP_SYS_ADMIN
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|