This unit is provided by:
Options
-
[Install]
-
WantedBy=multi-user.target
-
-
[Service]
-
CapabilityBoundingSet=
-
ConfigurationDirectory=matrix-synapse
-
EnvironmentFile=/etc/default/matrix-synapse
-
ExecReload=/usr/bin/kill -HUP $MAINPID
-
ExecStart=/usr/bin/python3 -m synapse.app.homeserver --config-path=/etc/matrix-synapse/homeserver.yaml --config-path=/etc/matrix-synapse/conf.d/
-
ExecStart=/usr/bin/synapse_homeserver --config-path homeserver.yaml --keys-directory /var/lib/matrix-synapse
-
ExecStartPre=/usr/bin/matrix-synapse-pre-start +matrix-synapse-fix-permissions
-
ExecStartPre=/usr/bin/python3 -m synapse.app.homeserver --config-path=/etc/matrix-synapse/homeserver.yaml --config-path=/etc/matrix-synapse/conf.d/ --generate-keys
-
Group=matrix-synapse
-
Group=synapse
-
LockPersonality
Introduced in systemd 235=yes -
LogsDirectory=matrix-synapse
-
NoNewPrivileges
Introduced in systemd 239=yes -
PrivateDevices
Introduced in systemd 209=yes -
PrivateTmp=yes
-
PrivateUsers=yes
-
ProcSubset
Introduced in systemd 247=pid -
ProtectClock
Introduced in systemd 245=yes -
ProtectControlGroups
Introduced in systemd 232=yes -
ProtectHome
Introduced in systemd 214=read-only -
ProtectHome
Introduced in systemd 214=yes -
ProtectHostname
Introduced in systemd 242=yes -
ProtectKernelLogs
Introduced in systemd 244=yes -
ProtectKernelModules
Introduced in systemd 232=yes -
ProtectKernelTunables
Introduced in systemd 232=yes -
ProtectProc
Introduced in systemd 247=invisible -
ProtectSystem
Introduced in systemd 214=strict -
ProtectSystem
Introduced in systemd 214=yes -
ReadWritePaths=/var/lib/matrix-synapse
-
RemoveIPC
Introduced in systemd 232=yes -
Restart=on-failure
-
RestartSec=3
-
RestrictAddressFamilies=AF_INET AF_INET6 AF_UNIX
-
RestrictAddressFamilies=AF_UNIX AF_INET AF_INET6
-
RestrictNamespaces
Introduced in systemd 233=yes -
RestrictRealtime
Introduced in systemd 231=yes -
RestrictSUIDSGID
Introduced in systemd 242=yes -
SELinuxContext=system_u:system_r:matrixd_t:s0
-
StateDirectory=matrix-synapse
-
SyslogIdentifier=matrix-synapse
-
SystemCallArchitectures=native
-
SystemCallFilter=@system-service ~@resources ~@privileged
-
Type=notify
-
Type=simple
-
UMask=0077
-
User=matrix-synapse
-
User=synapse
-
WorkingDirectory=/var/lib/matrix-synapse
-
-
[Unit]
-
After=network.target
-
ConditionPathExists=/etc/matrix-synapse/conf.d/server_name.yaml
-
Description=Synapse Matrix homeserver
-
Documentation=file:/usr/share/doc/matrix-synapse/README.rst
-
Additionnal notes
Nothing here.