From dec568c3ccfa43972908d539b4470d07884e04be Mon Sep 17 00:00:00 2001 From: Alexander Lenz Date: Tue, 1 Aug 2017 13:35:48 +0200 Subject: [PATCH] setup.py: install init script. Change-Id: I634c2d193a493c469e9e5f67fde686dbc5dd7f35 --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index ebd181b..e2e9475 100644 --- a/setup.py +++ b/setup.py @@ -43,6 +43,7 @@ setup( description = 'SECoP Playground core system', packages = find_packages(), package_data = {'secop': ['RELEASE-VERSION'] + uis}, + data_files = [('/etc/init.d', ['etc/secop-server'])], scripts = scripts, classifiers = [ 'Development Status :: 6 - Mature',