mirror of
https://github.com/nxshock/simplefileshare.git
synced 2024-11-27 03:11:01 +05:00
40 lines
814 B
Desktop File
40 lines
814 B
Desktop File
[Unit]
|
|
Description=simplefileshare service
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=simplefileshare
|
|
ExecStart=/usr/bin/simplefileshare
|
|
Restart=on-failure
|
|
RestartSec=10s
|
|
|
|
SecureBits=keep-caps
|
|
CapabilityBoundingSet=CAP_NET_BIND_SERVICE
|
|
AmbientCapabilities=CAP_NET_BIND_SERVICE
|
|
DevicePolicy=closed
|
|
IPAccounting=true
|
|
LockPersonality=true
|
|
MemoryDenyWriteExecute=true
|
|
NoNewPrivileges=true
|
|
PrivateDevices=true
|
|
PrivateTmp=true
|
|
ProtectClock=true
|
|
ProtectControlGroups=true
|
|
ProtectControlGroups=true
|
|
ProtectHome=true
|
|
ProtectHostname=true
|
|
ProtectKernelLogs=true
|
|
ProtectKernelModules=true
|
|
ProtectKernelTunables=true
|
|
ProtectSystem=strict
|
|
ReadWritePaths=/var/lib/simplefileshare
|
|
RemoveIPC=true
|
|
RestrictNamespaces=true
|
|
RestrictRealtime=true
|
|
RestrictSUIDSGID=true
|
|
SystemCallArchitectures=native
|
|
UMask=0027
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|