2020-05-16 22:23:22 +02:00
|
|
|
[Unit]
|
2022-11-02 00:49:54 +01:00
|
|
|
Description=Send invitation to Hackspace's Announce Discourse
|
2020-05-16 22:23:22 +02:00
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=oneshot
|
2022-11-02 00:49:54 +01:00
|
|
|
ExecStart=/opt/plenums_invite/invite.py
|
2020-12-16 02:39:37 +01:00
|
|
|
|
2022-11-02 00:49:54 +01:00
|
|
|
WorkingDirectory=/opt/plenums_invite
|
|
|
|
|
|
|
|
UMask=077
|
|
|
|
#DynamicUser=yes
|
|
|
|
|
|
|
|
PrivateDevices=yes
|
|
|
|
PrivateUsers=yes
|
2020-12-16 02:39:37 +01:00
|
|
|
PrivateTmp=yes
|
2022-11-02 00:49:54 +01:00
|
|
|
|
|
|
|
ProtectSystem=strict
|
|
|
|
ProtectHome=yes
|
|
|
|
ProtectClock=yes
|
|
|
|
ProtectKernelModules=yes
|
|
|
|
ProtectKernelTunables=yes
|
|
|
|
ProtectControlGroups=yes
|
|
|
|
ProtectKernelLogs=yes
|
|
|
|
ProtectProc=invisible
|
|
|
|
ProcSubset=pid
|
|
|
|
ProtectHostname=yes
|
|
|
|
|
|
|
|
ReadOnlyDirectories=/
|
|
|
|
|
|
|
|
NoNewPrivileges=true
|
|
|
|
CapabilityBoundingSet=
|
|
|
|
MemoryDenyWriteExecute=true
|
|
|
|
RestrictRealtime=true
|
|
|
|
RestrictNamespaces=true
|
|
|
|
SystemCallArchitectures=native
|
|
|
|
LockPersonality=yes
|
|
|
|
RestrictAddressFamilies=AF_INET AF_INET6
|