Remove unused host_restart_script_dir

This has been unused since the SUID binary to restart docker containers
was removed[1].

[1] d60176cc2f

Change-Id: If2050e6a8e44217536cd80504934cd4949583b0c
This commit is contained in:
Takashi Kajinami 2024-03-17 22:06:35 +09:00
parent d58585737c
commit f64f957a34
1 changed files with 0 additions and 3 deletions

View File

@ -121,9 +121,6 @@ class RunTimePaths(object):
self.host_cache_root_dir = \
conf.get('cache_dir',
os.path.join(self.host_root_dir, 'cache', 'scopes'))
self.host_restart_script_dir = \
conf.get('script_dir',
os.path.join(self.host_root_dir, 'scripts'))
self.host_storlet_native_lib_dir = '/usr/local/lib/storlets'
self.sandbox_storlet_native_lib_dir = '/usr/local/lib/storlets'