summaryrefslogtreecommitdiff
path: root/system/service.py
Commit message (Expand)AuthorAgeFilesLines
* Fix bug in service where upstart services incorrectly use init scriptsJames Cammarata2015-05-041-1/+1
* simplified bad if chainBrian Coca2015-04-141-7/+3
* [service] Fix bug with upstart detectionDavid Wittman2015-03-311-1/+1
* In service_enable, the default of changed is True so we have to set itToshio Kuratomi2015-03-031-0/+2
* Merge pull request #95 from Gamevy/use-insservBrian Coca2015-02-161-1/+39
|\
| * Use insserv where availableGraham Hay2015-02-041-1/+39
* | Merge pull request #759 from jonhadfield/systemd_enabled_checkBrian Coca2015-02-161-6/+11
|\ \
| * | use is-enabled to check systemd service status.Jon Hadfield2015-02-081-6/+11
| |/
* | Solaris SMF is already supported and should be mentioned in the docs,Dagobert Michelsen2015-02-121-1/+1
* | Merge pull request #648 from bcoca/service_fix_update-rc.dBrian Coca2015-02-111-32/+25
|\ \ | |/ |/|
| * now allows for case in which someone removed the K* links and is tryingBrian Coca2015-01-151-2/+10
| * simplified update-rc.d enable/disable handling, removed forced defaultsBrian Coca2015-01-151-32/+17
* | Merge branch 'devel' into openbsd_rcctlJonathan Armani2015-01-231-86/+89
|\ \
| * | More information about distutils on Solaris in case we run into this againToshio Kuratomi2015-01-221-0/+3
| * | Merge pull request #639 from tgolly/develToshio Kuratomi2015-01-221-1/+3
| |\ \
| | * | Load distutils on all platforms EXCEPT Solaris.Tim G2015-01-161-1/+2
| | * | distutils is not available on some non-Linux OS'sTim G2015-01-141-1/+2
| | |/
| * | Merge pull request #189 from jarmani/openbsd_rcctlBrian Coca2015-01-191-11/+95
| |\ \ | | |/ | |/|
| * | vastly simplified systemd detection, made enable/disable errors clearerBrian Coca2014-12-081-44/+7
| * | now actually adds usable name for systemd when service only has initBrian Coca2014-12-051-0/+2
| * | Gixes to doc formattingToshio Kuratomi2014-12-031-1/+1
| * | Merge pull request #346 from bcoca/service_cleanupBrian Coca2014-12-021-53/+43
| |\ \
| | * | service cleanupBrian Coca2014-11-171-53/+43
| * | | Clarify supported init systems.Achilleas Pipinellis2014-12-011-1/+2
| |/ /
| * | service now detects systemd is actually running, not just installedBrian Coca2014-11-171-2/+18
| * | Fix for systemd service scripts with newlinesToshio Kuratomi2014-10-221-1/+27
* | | Update OpenBSD rcctl handling to use new syntax.Patrik Lundin2015-01-171-18/+51
| |/ |/|
* | Handle string returned by 'default' correctly.Patrik Lundin2014-12-111-1/+8
* | Fix typo: Replace "N0" with "NO".Patrik Lundin2014-11-131-1/+1
* | Multiple fixes for OpenBSD rcctl handling.Patrik Lundin2014-10-121-6/+34
* | Simplify self.arguments logic.Patrik Lundin2014-10-061-1/+1
* | Depend more on rcctl if it is present.Patrik Lundin2014-10-061-14/+31
* | Tweak error checking for "enabled" code.Patrik Lundin2014-10-061-4/+3
* | Fail if "rcctl status" writes to stderr.Patrik Lundin2014-10-061-0/+2
* | Check rc and print error message if any.Patrik Lundin2014-10-061-1/+9
* | Make "enabled" code aware of --check mode.Patrik Lundin2014-10-061-0/+3
* | Add enable / disable of services for OpenBSD if rcctl is presentJonathan Armani2014-10-061-4/+24
|/
* file extensions!Michael DeHaan2014-09-261-0/+1328