40 lines
896 B
Desktop File
40 lines
896 B
Desktop File
[Unit]
|
|
Description=Transmission BitTorrent Daemon
|
|
Wants=network-online.target
|
|
After=network-online.target
|
|
Documentation=man:transmission-daemon(1)
|
|
|
|
[Service]
|
|
User=transmission
|
|
Type=notify
|
|
ExecStart=/usr/bin/transmission-daemon -f --log-level=error
|
|
ExecReload=/bin/kill -s HUP $MAINPID
|
|
|
|
# Hardening
|
|
CapabilityBoundingSet=
|
|
DevicePolicy=closed
|
|
KeyringMode=private
|
|
LockPersonality=true
|
|
NoNewPrivileges=true
|
|
MemoryDenyWriteExecute=true
|
|
PrivateTmp=true
|
|
PrivateDevices=true
|
|
ProtectClock=true
|
|
ProtectKernelLogs=true
|
|
ProtectControlGroups=true
|
|
ProtectKernelModules=true
|
|
ProtectSystem=true
|
|
ProtectHostname=true
|
|
ProtectKernelTunables=true
|
|
ProtectProc=invisible
|
|
RestrictNamespaces=true
|
|
RestrictSUIDSGID=true
|
|
RestrictAddressFamilies=AF_UNIX AF_INET AF_INET6
|
|
RestrictRealtime=true
|
|
SystemCallFilter=@system-service
|
|
SystemCallArchitectures=native
|
|
SystemCallErrorNumber=EPERM
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|