8036719a2e
wkd_sync/archlinux-keyring-wkd-sync.service.in: Replace use of explicit script location (i.e. /usr/bin) with SCRIPT_TARGET_DIR placeholder. Makefile: Create WKD sync service file from input file, replacing the SCRIPT_TARGET_DIR placeholder with $SCRIPT_TARGET_DIR.
37 lines
965 B
SYSTEMD
37 lines
965 B
SYSTEMD
[Unit]
|
|
After=network-online.target nss-lookup.target
|
|
ConditionPathIsDirectory=/etc/pacman.d/gnupg/
|
|
ConditionPathIsReadWrite=/etc/pacman.d/gnupg/
|
|
ConditionFileIsExecutable=SCRIPT_TARGET_DIR/archlinux-keyring-wkd-sync
|
|
Description=Refresh existing keys of archlinux-keyring
|
|
Wants=network-online.target
|
|
|
|
[Service]
|
|
ExecStart=SCRIPT_TARGET_DIR/archlinux-keyring-wkd-sync
|
|
|
|
CapabilityBoundingSet=
|
|
DeviceAllow=
|
|
LockPersonality=true
|
|
MemoryDenyWriteExecute=true
|
|
NoNewPrivileges=true
|
|
PrivateDevices=true
|
|
PrivateTmp=true
|
|
ProtectClock=true
|
|
ProtectControlGroups=true
|
|
ProtectHome=true
|
|
ProtectHostname=true
|
|
ProtectKernelLogs=true
|
|
ProtectKernelModules=true
|
|
ProtectKernelTunables=true
|
|
ProtectProc=noaccess
|
|
ProtectSystem=strict
|
|
ReadWritePaths=/etc/pacman.d/gnupg
|
|
RemoveIPC=true
|
|
RestrictAddressFamilies=~AF_PACKET AF_NETLINK
|
|
RestrictNamespaces=true
|
|
RestrictRealtime=true
|
|
RestrictSUIDSGID=true
|
|
SystemCallArchitectures=native
|
|
SystemCallFilter=@system-service
|
|
SystemCallFilter=~@resources
|