mirror of
https://github.com/bugsink/bugsink.git
synced 2026-05-05 06:20:20 -05:00
Recommended setup: fix tmpfile troubles in 2 ways
* recommend to just run in the home dir * don't use private tmp The troubles were: when set up using private tmp files, the 2 processes cannot communicate with each other
This commit is contained in:
@@ -425,7 +425,6 @@ ExecStart=/home/bugsink/venv/bin/bugsink-manage runsnappea
|
||||
ExecReload=/bin/kill -s HUP $MAINPID
|
||||
KillMode=mixed
|
||||
TimeoutStopSec=5
|
||||
PrivateTmp=true
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
||||
Reference in New Issue
Block a user