1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-27 01:17:04 +00:00
termux-packages/packages/snapcast-server/server-server_settings.hpp.patch
2021-12-23 15:43:16 +02:00

12 lines
375 B
Diff

--- a/server/server_settings.hpp
+++ b/server/server_settings.hpp
@@ -27,7 +27,7 @@
struct Server
{
int threads{-1};
- std::string pid_file{"/var/run/snapserver/pid"};
+ std::string pid_file{"@TERMUX_PREFIX@/var/run/snapserver/pid"};
std::string user{"snapserver"};
std::string group{""};
std::string data_dir{""};