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:
Klaas van Schelven
2024-05-22 08:37:52 +02:00
parent d4c74c22f8
commit f150c839dc
3 changed files with 15 additions and 2 deletions
-1
View File
@@ -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