Outils pour utilisateurs

Outils du site


exemple_de_fichier_service_pour_systemd

Exemple de fichier service pour systemd

[Unit]
Description=service mautrix-syncproxy
Documentation=https://github.com/mautrix/syncproxy

After=network.target

[Service]
User=mautrix-syncproxy
Group=mautrix-syncproxy
EnvironmentFile=/etc/default/mautrix-syncproxy
ExecStart=/usr/bin/mautrix-syncproxy
WorkingDirectory=/var/lib/mautrix-syncproxy
Restart=on-failure
RestartSec=30s
ReadWritePaths=/var/lib/mautrix-syncproxy
NoNewPrivileges=yes
MemoryDenyWriteExecute=true
PrivateDevices=yes
PrivateTmp=yes
ProtectHome=yes
ProtectSystem=strict
ProtectControlGroups=true
RestrictSUIDSGID=true
RestrictRealtime=true
LockPersonality=true
ProtectKernelLogs=true
ProtectKernelTunables=true
ProtectHostname=true
ProtectKernelModules=true
PrivateUsers=true
ProtectClock=true
SystemCallArchitectures=native
SystemCallErrorNumber=EPERM
SystemCallFilter=@system-service

[Install]
WantedBy=multi-user.target

source : https://www.freedesktop.org/software/systemd/man/systemd.service.html

exemple_de_fichier_service_pour_systemd.txt · Dernière modification : 2022/01/02 18:04 de tomamplius

Sauf mention contraire, le contenu de ce wiki est placé sous les termes de la licence suivante : Public Domain
Public Domain Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki