@eshanized updated the repository!!!

This commit is contained in:
Eshan Roy (Eshanized)
2024-04-19 02:41:44 +05:30
parent 9926a5655e
commit d8dc60a1a2
3 changed files with 7 additions and 37 deletions

View File

@@ -38,8 +38,8 @@ home = "/home/" + str(sudo_username)
path_dir_cache = base_dir + "/cache/"
packages = []
distr = id()
sofirem_lockfile = "/tmp/sofirem.lock"
sofirem_pidfile = "/tmp/sofirem.pid"
blackbox_lockfile = "/tmp/blackbox.lock"
blackbox_pidfile = "/tmp/blackbox.pid"
# 10m timeout
process_timeout = 600
@@ -75,9 +75,9 @@ arco_xlrepo = [
]
log_dir = "/var/log/sofirem/"
config_dir = "%s/.config/sofirem" % home
config_file = "%s/sofirem.yaml" % config_dir
log_dir = "/var/log/blackbox/"
config_dir = "%s/.config/blackbox" % home
config_file = "%s/blackbox.yaml" % config_dir
event_log_file = "%s/event.log" % log_dir