Added untested sysv init file and added warnings to README

This commit is contained in:
Scott Kitterman
2018-02-17 18:42:19 -05:00
parent 57a626d157
commit 162c115fa5
5 changed files with 148 additions and 4 deletions
+3 -1
View File
@@ -51,7 +51,9 @@ setup(
include_package_data=True,
data_files=[(os.path.join('share', 'man', 'man5'),
['man/dkimpy-milter.conf.5']), ('etc', ['etc/dkimpy-milter.conf']),
(os.path.join('/lib', 'systemd', 'system'), ['system/dkimpy-milter.service'])],
(os.path.join('/lib', 'systemd', 'system'),
['system/dkimpy-milter.service']),(os.path.join('/etc', 'init.d'),
['system/dkimpy-milter.init'])],
install_requires = ['dkimpy>=0.7', 'pymilter', 'authres>=1.0.2', 'nacl'],
zip_safe = False,