a0f04820ab
- Update all Dockerfile references from polkadot to pezkuwi - Fix package names in scripts (pezpallet-*, pezframe-*) - Update GitHub repository URLs to pezkuwichain/pezkuwi-sdk - Fix template Dockerfiles (minimal, solochain, teyrchain) - Update service file paths and binary names - Fix path references from bizinikiwi/frame/ to bizinikiwi/pezframe/
39 lines
965 B
Desktop File
39 lines
965 B
Desktop File
[Unit]
|
|
Description=Pezkuwi Node
|
|
After=network.target
|
|
Documentation=https://github.com/pezkuwichain/pezkuwi-sdk
|
|
|
|
[Service]
|
|
EnvironmentFile=-/etc/default/pezkuwi
|
|
ExecStart=/usr/bin/pezkuwi $PEZKUWI_CLI_ARGS
|
|
User=pezkuwi
|
|
Group=pezkuwi
|
|
Restart=always
|
|
RestartSec=120
|
|
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=false
|
|
RestrictSUIDSGID=true
|
|
SystemCallArchitectures=native
|
|
SystemCallFilter=@system-service
|
|
SystemCallFilter=landlock_add_rule landlock_create_ruleset landlock_restrict_self seccomp mount umount2
|
|
SystemCallFilter=~@clock @module @reboot @swap @privileged
|
|
SystemCallFilter=pivot_root
|
|
UMask=0027
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|