Add FIXME about Exec field

This commit is contained in:
Marco Pesenti Gritti 2006-12-01 23:25:14 +01:00
parent 165fe0b00e
commit 6971c1a676

View File

@ -12,6 +12,7 @@ class _ServiceManager(object):
def add(self, bundle):
name = bundle.get_service_name()
# FIXME evil hack. Probably need to fix Exec spec
full_exec = env.get_shell_bin_dir() + '/' + bundle.get_exec()
full_exec += ' ' + bundle.get_path()