This commit is contained in:
Danilo Reyes
2025-11-21 23:20:47 -06:00
parent 29777a261e
commit e7308ff031
2 changed files with 2 additions and 5 deletions

View File

@@ -66,7 +66,7 @@
{
syncthing-workstation = [
{
abbr = "SW";
abbr = "STW";
href = "http://workstation:8384";
description = "";
}
@@ -75,7 +75,7 @@
{
syncthing-server = [
{
abbr = "SS";
abbr = "STS";
href = "http://server:8384";
description = "";
}

View File

@@ -109,9 +109,6 @@ in
serviceConfig = {
Restart = "on-failure";
RestartSec = 30;
preStart = ''
sed -i 's/5\.1\.2/5\.1\.4/g' ${qbit_manage}/SUPPORTED_VERSIONS.json
'';
ExecStart = "${qbit_manageEnv}/bin/python ${qbit_manage}/qbit_manage.py -r -c /home/jawz/.config/qbit_manage/config.yml";
};
};