forked from Firepup650/python-talk
Fix stupid mistake
This commit is contained in:
parent
53e57b9dc6
commit
60098ddfd4
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue