{ "info": { "author": "Kenneth Pullen", "author_email": "ken@mash.is", "bugtrack_url": null, "classifiers": [], "description": "Stop most services from starting\n================================\n\nSome Debian package installs automatically launch a daemon, and sometimes you\ndon't want that to happen immediately. :code:`stopstartup`, when activated,\nwill stop any service started via :code:`invoke-rc.d` from starting. It does\nthis by hijacking :code:`/usr/sbin/policy-rc.d`, which :code:`invoke-rc.d`\ncalls for every service. Normally the file should determine if your currently\nactive \"policy\" (whatever that means) should allow the service to startup. The\npolicy enforcer installed by :code:`stopstartup` is much less nice, and simply\nrejects any request.\n\nThe policy is installed at :code:`usr/sbin/`, so if you don't have proper\npermissions there you'll be unable to run :code:`stopstartup`. If that happens,\ntry using :code:`sudo`.\n\nInstalling\n----------\n\n:code:`stopstartup` can be installed in these ways::\n\n # Install right from Github\n pip install git+https://github.com/wemash/stopstartup\n\n # Install from a local copy of the repo\n # This is super handy if you want to work on stopstartup\n git clone https://github.com/wemash/stopstartup\n cd stopstartup\n pip install --editable .\n\n # RECOMMENDED: Install through pip\n pip install stopstartup\n\nEnsuring that this actually works\n---------------------------------\n\nA full test suite exists in :code:`tests`. The tests rely on pytest_ and\npytest-pythonpath_. Install those first, then just run :code:`py.test`. The\ntests should never create, move, or delete any tests on your real filesystem;\nif you write new tests, please use :code:`in_isolation_do` to ensure that your\ntests are run in a temporary part of the FS that will be automatically removed\nat the completion of the test.\n\nContributing\n------------\n\nFork this repo and send me a pull request. It's all rather informal.\n\n.. _pytest: https://pytest.org/latest\n.. _pytest-pythonpath: https://pypi.python.org/pypi/pytest-pythonpath", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/wemash/stopstartup", "keywords": "stop services debian install", "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "stopstartup", "package_url": "https://pypi.org/project/stopstartup/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/stopstartup/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/wemash/stopstartup" }, "release_url": "https://pypi.org/project/stopstartup/1.0.3/", "requires_dist": null, "requires_python": null, "summary": "Stop services from starting", "version": "1.0.3" }, "last_serial": 1221499, "releases": { "1.0.1": [], "1.0.2": [ { "comment_text": "", "digests": { "md5": "463c2a56fb28753cc66dfbbe399eee6b", "sha256": "128049e108127c5c24bc438d5f6f6479d58d0deed66714ed5ea44fcb54514bc8" }, "downloads": -1, "filename": "stopstartup-1.0.2.tar.gz", "has_sig": false, "md5_digest": "463c2a56fb28753cc66dfbbe399eee6b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3631, "upload_time": "2014-09-12T05:18:00", "url": "https://files.pythonhosted.org/packages/10/43/6d6cd26d86f59082c2ef39763922629574b2274a7b4de6cd11004f103dd4/stopstartup-1.0.2.tar.gz" } ], "1.0.3": [ { "comment_text": "", "digests": { "md5": "a9dad937433e3c7f01bdeb2784b807e2", "sha256": "05df268fd9df568b69a1171bf655f3ae0051c5a00972328d5df63700c95081c0" }, "downloads": -1, "filename": "stopstartup-1.0.3.tar.gz", "has_sig": false, "md5_digest": "a9dad937433e3c7f01bdeb2784b807e2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3733, "upload_time": "2014-09-12T05:26:35", "url": "https://files.pythonhosted.org/packages/48/27/c4f86a0c7937235e82817c3d445ce78817a71350e8d175b8234fa2fd086e/stopstartup-1.0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a9dad937433e3c7f01bdeb2784b807e2", "sha256": "05df268fd9df568b69a1171bf655f3ae0051c5a00972328d5df63700c95081c0" }, "downloads": -1, "filename": "stopstartup-1.0.3.tar.gz", "has_sig": false, "md5_digest": "a9dad937433e3c7f01bdeb2784b807e2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3733, "upload_time": "2014-09-12T05:26:35", "url": "https://files.pythonhosted.org/packages/48/27/c4f86a0c7937235e82817c3d445ce78817a71350e8d175b8234fa2fd086e/stopstartup-1.0.3.tar.gz" } ] }