Fix stupid mistake

This commit is contained in:
9pfs 2024-07-16 18:25:55 -07:00
parent 53e57b9dc6
commit 60098ddfd4
Signed by: 9pfs
SSH key fingerprint: SHA256:CaA1uwKR8/GktelnvV8GG/08aFTsmM4tfbLB69QgYWo

View file

@ -2,15 +2,15 @@
Description=firepup's python-talk
[Service]
DynamicUser=yes
WorkingDirectory=/opt/python-talk
WorkingDirectory=%h/python-talk
ExecStart=/usr/bin/python3 server.py --link=37.27.51.34:65048 --no-logs --no-cache --cwlgd
Restart=always
RestartSec=5
NoNewPrivileges=true
RestrictSUIDSGID=true
ProtectSystem=strict
ProtectHome=true
ProtectHome=tmpfs
BindReadOnlyPaths=%h/python-talk
ProtectProc=ptraceable
ProcSubset=pid
PrivateTmp=true
@ -35,4 +35,4 @@ SystemCallFilter=~@privileged @resources
UMask=0077
[Install]
WantedBy=multi-user.target
WantedBy=default.target