summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorBen Howard <ben.howard@ubuntu.com>2015-07-02 15:14:26 -0600
committerusd-importer <ubuntu-server@lists.ubuntu.com>2015-07-03 16:03:20 +0000
commit0fa1444046efc5dd6e1eb379237d5010c528e4d5 (patch)
treecfbdc33a86cec4c4359142ca3dde8ac618496a60 /setup.py
parente1187be5b25316b2a1a9250b2aa4450179fe1f7d (diff)
downloadvyos-walinuxagent-0fa1444046efc5dd6e1eb379237d5010c528e4d5.tar.gz
vyos-walinuxagent-0fa1444046efc5dd6e1eb379237d5010c528e4d5.zip
fixup_setup_file.patch
No DEP3 Subject or Description header found Gbp-Pq: fixup_setup_file.patch.
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index d2a2416..bd4cd9e 100755
--- a/setup.py
+++ b/setup.py
@@ -51,7 +51,7 @@ class InstallData(install):
def initialize_options(self):
install.initialize_options(self)
- self.init_system = 'sysV'
+ self.init_system = 'upstart'
self.lnx_distro = None
def finalize_options(self):