summaryrefslogtreecommitdiffstats
path: root/src/systemctl (follow)
Commit message (Expand)AuthorAgeFilesLines
* install: introduce a new unit file state "transient"Lennart Poettering2016-04-121-2/+2
* core: remove ManagerRunningAs enumLennart Poettering2016-04-121-3/+3
* systemctl: port systemctl over to the new LookupPaths configuration directory...Lennart Poettering2016-04-121-76/+28
* core: when enabling a generated unit file, return a clean errorLennart Poettering2016-04-121-0/+4
* core: add a new unit file state "generated"Lennart Poettering2016-04-121-3/+4
* core: rework generator dir logic, move the dirs into LookupPaths structureLennart Poettering2016-04-121-4/+4
* Merge pull request #2962 from keszybz/value-optionLennart Poettering2016-04-061-29/+49
|\
| * systemctl: add --value optionZbigniew Jędrzejewski-Szmek2016-04-051-29/+49
* | systemctl: use correct printf macros for uint32Martin Pitt2016-04-011-4/+4
* | systemctl: no need to pass --all if inactive is explicitly requested in list-...Franck Bui2016-03-231-0/+5
|/
* Merge pull request #2768 from benjarobin/fix-2718Daniel Mack2016-03-071-29/+55
|\
| * systemctl: Replace check_one_unit() by get_state_one_unit()Benjamin ROBIN2016-02-291-29/+55
* | systemctl: improve error message when starting a unit failedRonny Chevalier2016-03-051-1/+4
* | systemctl: add missing OOM checkRonny Chevalier2016-03-031-1/+6
* | systemctl: rm empty dropin dirs after cancelled editRonny Chevalier2016-03-021-1/+11
* | systemctl: Fix warn: action_to_runlevel() is not usedBenjamin ROBIN2016-02-291-0/+2
|/
* Merge pull request #2671 from 0xAX/move-pager-open-to-one-placeZbigniew Jędrzejewski-Szmek2016-02-251-22/+14
|\
| * tree-wide: merge pager_open_if_enabled() to the pager_open()Alexander Kuleshov2016-02-251-22/+14
* | tree-wide: minor formatting inconsistency cleanupsVito Caputo2016-02-231-4/+4
* | tree-wide: make ++/-- usage consistent WRT spacingVito Caputo2016-02-231-4/+4
|/
* systemctl: fix style to avoid modification of array passed by callerZbigniew Jędrzejewski-Szmek2016-02-161-3/+2
* systemctl: include -M or -H arguments in the hintZbigniew Jędrzejewski-Szmek2016-02-151-2/+16
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* core: fix support for transient resource limit propertiesLennart Poettering2016-02-011-8/+0
* systemctl: actually honour the try-reload-or-restart verb aabf5d4243408 promisedLennart Poettering2016-01-291-1/+2
* systemctl: make most systemctl commands NOPs in a chroot() environmentLennart Poettering2016-01-291-64/+64
* systemctl: consider a chroot() environment always offlineLennart Poettering2016-01-291-2/+2
* systemctl: rename "reload-or-try-restart" verb to "try-reload-or-restart"Lennart Poettering2016-01-281-2/+3
* systemctl: don't make up unit states, and don't eat up errors to eagerlyLennart Poettering2016-01-281-24/+28
* systemctl: don't mangle unit names in check_unit_generic()Lennart Poettering2016-01-281-6/+2
* systemctl: piece-meal strv extension is expensiveLennart Poettering2016-01-271-2/+13
* systemctl: is-active/failed should return 0 if at least one unit is in given ...Lukas Nykryn2016-01-251-3/+6
* systemctl: Allow 'edit' and 'cat' on unloaded unitsDouglas Christman2016-01-221-30/+0
* Merge pull request #2085 from fbuihuu/more-use-of-check-load-stateLennart Poettering2016-01-201-1/+7
|\
| * core: use bus_unit_check_load_state() in transaction_add_job_and_dependencies()Franck Bui2015-12-021-1/+7
* | basic/terminal-util: introduce SYSTEMD_COLORS environment variableJan Synacek2016-01-201-1/+1
* | Merge pull request #2316 from poettering/dnssec14Tom Gundersen2016-01-141-1/+1
|\ \
| * | systemctl: improve wording of "systemctl enable" messagesLennart Poettering2016-01-131-1/+1
| |/
* / bus-util: print "systemctl --user" on user service managerWaLyong Cho2016-01-141-1/+1
|/
* tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easyLennart Poettering2015-11-271-61/+61
* systemctl: do not return uninitialized rThomas Hindoe Paaboel Andersen2015-11-221-4/+8
* systemctl: open pager for 'status', since process tree can get very longLennart Poettering2015-11-181-2/+1
* systemctl: make sure 'status' shows whether units are transientLennart Poettering2015-11-181-1/+7
* Merge pull request #1869 from poettering/kill-overridableMichal Schmidt2015-11-131-4/+0
|\
| * core: remove support for RequiresOverridable= and RequisiteOverridable=Lennart Poettering2015-11-121-4/+0
* | install: follow unit file symlinks in /usr, but not /etc when looking for [In...Lennart Poettering2015-11-121-3/+3
* | install: never log from install functionsLennart Poettering2015-11-121-6/+7
|/
* systemctl: make sure list-jobs doesn't return failure on successLennart Poettering2015-11-111-1/+1
* systemctl: add a comment that clarifies why we do "return r" at the end of ma...Lennart Poettering2015-11-111-0/+2
* Revert "systemctl: return EXIT_SUCCESS on success"Lennart Poettering2015-11-111-1/+1