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