mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 18:07:58 +00:00
f3abba15c6
Co-authored-by: Parity Releases <releases@parity.io> Co-authored-by: Demi Marie Obenour <demiobenour@gmail.com>
39 lines
873 B
Desktop File
39 lines
873 B
Desktop File
[Unit]
|
|
Description=Polkadot Node
|
|
After=network.target
|
|
Documentation=https://github.com/paritytech/polkadot
|
|
|
|
[Service]
|
|
EnvironmentFile=-/etc/default/polkadot
|
|
ExecStart=/usr/bin/polkadot $POLKADOT_CLI_ARGS
|
|
User=polkadot
|
|
Group=polkadot
|
|
Restart=always
|
|
RestartSec=120
|
|
MemoryHigh=5400M
|
|
MemoryMax=5500M
|
|
CapabilityBoundingSet=
|
|
LockPersonality=true
|
|
NoNewPrivileges=true
|
|
PrivateDevices=true
|
|
PrivateMounts=true
|
|
PrivateTmp=true
|
|
PrivateUsers=true
|
|
ProtectClock=true
|
|
ProtectControlGroups=true
|
|
ProtectHostname=true
|
|
ProtectKernelModules=true
|
|
ProtectKernelTunables=true
|
|
ProtectSystem=strict
|
|
RemoveIPC=true
|
|
RestrictAddressFamilies=AF_INET AF_INET6 AF_NETLINK AF_UNIX
|
|
RestrictNamespaces=true
|
|
RestrictSUIDSGID=true
|
|
SystemCallArchitectures=native
|
|
SystemCallFilter=@system-service
|
|
SystemCallFilter=~@clock @module @mount @reboot @swap @privileged
|
|
UMask=0027
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|