Lines Matching refs:format
103 keys.setdefault('Short-Description', 'test {} service'.format(name_without_sh))
104 … keys.setdefault('Description', 'long description for test {} service'.format(name_without_sh))
110 f.write('#{:>20} {}\n'.format(k + ':', v))
116 d = os.path.join(self.rcnd_dir, 'rc{}.d'.format(runlevel))
135 link = os.path.join(self.out_dir, '{}.target.wants'.format(target), unit)
143 '{} unexpectedly exists'.format(link))
177 '{} start'.format(init_script))
179 '{} stop'.format(init_script))
265 os.symlink('../init.d/' + name, os.path.join(d, 'S{:>2}{}'.format(prio, name)))
340 '{} start'.format(init_script))
342 '{} stop'.format(init_script))