2018-01-19 22:05:39 +01:00
|
|
|
[Unit]
|
2022-10-28 11:02:01 +02:00
|
|
|
Description=Coturn
|
2018-01-19 22:05:39 +01:00
|
|
|
Documentation=man:coturn(1) man:turnadmin(1) man:turnserver(1)
|
2023-11-20 19:46:34 +01:00
|
|
|
After=syslog.target network-online.target
|
2018-01-19 22:05:39 +01:00
|
|
|
|
|
|
|
[Service]
|
|
|
|
User=turnserver
|
|
|
|
Group=turnserver
|
2024-03-07 19:07:53 +01:00
|
|
|
Type=notify
|
2024-03-13 23:18:43 +01:00
|
|
|
EnvironmentFile=/etc/matrix-__APP__/coturn_env
|
2022-09-16 06:35:52 +02:00
|
|
|
ExecStart=/usr/bin/turnserver -c /etc/matrix-__APP__/coturn.conf $EXTRA_OPTIONS --pidfile=
|
2024-03-07 19:07:53 +01:00
|
|
|
Restart=on-failure
|
|
|
|
InaccessibleDirectories=/home
|
|
|
|
PrivateTmp=yes
|
2018-01-19 22:05:39 +01:00
|
|
|
|
|
|
|
LimitCORE=infinity
|
|
|
|
LimitNOFILE=999999
|
|
|
|
LimitNPROC=60000
|
|
|
|
LimitRTPRIO=infinity
|
|
|
|
LimitRTTIME=7000000
|
|
|
|
CPUSchedulingPolicy=other
|
|
|
|
UMask=0007
|
|
|
|
|
2022-05-26 17:19:33 +02:00
|
|
|
# Sandboxing options to harden security
|
|
|
|
# Depending on specificities of your service/app, you may need to tweak these
|
|
|
|
# .. but this should be a good baseline
|
|
|
|
# Details for these options: https://www.freedesktop.org/software/systemd/man/systemd.exec.html
|
|
|
|
NoNewPrivileges=yes
|
|
|
|
PrivateTmp=yes
|
|
|
|
PrivateDevices=yes
|
|
|
|
RestrictNamespaces=yes
|
|
|
|
RestrictRealtime=yes
|
|
|
|
DevicePolicy=closed
|
|
|
|
ProtectSystem=full
|
|
|
|
ProtectControlGroups=yes
|
|
|
|
ProtectKernelModules=yes
|
|
|
|
ProtectKernelTunables=yes
|
|
|
|
LockPersonality=yes
|
2022-09-04 22:49:15 +02:00
|
|
|
SystemCallFilter=~@clock @debug @module @mount @obsolete @reboot @swap
|
2022-05-26 17:19:33 +02:00
|
|
|
|
|
|
|
# Denying access to capabilities that should not be relevant for webapps
|
|
|
|
# Doc: https://man7.org/linux/man-pages/man7/capabilities.7.html
|
|
|
|
CapabilityBoundingSet=~CAP_RAWIO CAP_MKNOD
|
|
|
|
CapabilityBoundingSet=~CAP_AUDIT_CONTROL CAP_AUDIT_READ CAP_AUDIT_WRITE
|
|
|
|
CapabilityBoundingSet=~CAP_SYS_BOOT CAP_SYS_TIME CAP_SYS_MODULE CAP_SYS_PACCT
|
|
|
|
CapabilityBoundingSet=~CAP_LEASE CAP_LINUX_IMMUTABLE CAP_IPC_LOCK
|
|
|
|
CapabilityBoundingSet=~CAP_BLOCK_SUSPEND CAP_WAKE_ALARM
|
|
|
|
CapabilityBoundingSet=~CAP_SYS_TTY_CONFIG
|
|
|
|
CapabilityBoundingSet=~CAP_MAC_ADMIN CAP_MAC_OVERRIDE
|
|
|
|
CapabilityBoundingSet=~CAP_NET_ADMIN CAP_NET_BROADCAST CAP_NET_RAW
|
2022-09-16 06:35:52 +02:00
|
|
|
CapabilityBoundingSet=~CAP_SYS_ADMIN CAP_SYS_PTRACE CAP_SYSLOG
|
2022-05-26 17:19:33 +02:00
|
|
|
|
2018-01-19 22:05:39 +01:00
|
|
|
[Install]
|
2020-11-28 17:31:45 +01:00
|
|
|
WantedBy=multi-user.target
|