summaryrefslogtreecommitdiffstats
path: root/src/systemctl/systemctl-enable.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* systemctl-enable: support reenable --nowMike Yuan2024-07-091-14/+43
* systemctl-enable: some cleanupsMike Yuan2024-07-091-38/+39
* systemctl: fix log message when glob patterns passed to disable command and f...Yu Watanabe2024-05-011-1/+2
* path-lookup: rename lookup_paths_free -> _doneMike Yuan2024-03-061-1/+1
* systemctl: fix typoYu Watanabe2024-02-091-1/+1
* systemctl: allow --now only if not install_client_side()Mike Yuan2024-02-091-6/+11
* systemctl: support disable/mask --now with unit templateMike Yuan2024-02-091-9/+30
* Fix a typo in `systemctl-enable.c`G2-Games2023-10-061-1/+1
* systemctl-enable: warn if disabled/masked units has active triggering unitsMike Yuan2023-09-271-3/+14
* systemctl: don't duplicate string needlesslyMike Yuan2023-09-271-6/+7
* systemctl: reflect that statically enabled units can be in .upholds/Mike Yuan2023-09-271-1/+1
* unit-file: support UpheldBy= in [Install] settings (adding Upholds= depsMike Yuan2023-05-151-3/+3
* systemctl: reduce variable scopeDavid Tardon2023-04-121-4/+4
* tree-wide: drop unneeded output paramsDavid Tardon2023-04-121-1/+1
* systemctl-enable: use CLEANUP_ARRAYDavid Tardon2023-04-111-12/+9
* basic: add RuntimeScope enumLennart Poettering2023-03-101-11/+11
* systemctl: explicitly cast the constants to uint64_tFrantisek Sumsal2023-03-031-1/+1
* systemctl: warn if units disabled in user scope are still enabled globallyMike Yuan2023-02-221-0/+37
* systemctl: allow suppress the warning of no install info using --no-warnMike Yuan2022-12-031-1/+1
* systemctl: warn if trying to disable a unit with no install infoMike Yuan2022-12-031-5/+10
* shared/install: rename UnitFileChange to InstallChangeZbigniew Jędrzejewski-Szmek2022-10-131-3/+3
* systemctl: Fix style nitDaan De Meyer2022-09-221-1/+1
* systemctl: Improve link directory separator error messageDaan De Meyer2022-09-221-1/+2
* systemctl: fix silent failure when --root is not foundZbigniew Jędrzejewski-Szmek2022-03-291-1/+1
* strv: make iterator in STRV_FOREACH() declaread in the loopYu Watanabe2022-03-191-3/+0
* systemctl: remove unused parameterZbigniew Jędrzejewski-Szmek2022-03-181-3/+3
* systemctl: drop left-over parensZbigniew Jędrzejewski-Szmek2022-03-181-2/+2
* systemctl: rework daemon_reload() functionsLennart Poettering2022-02-221-4/+8
* systemctl: systematically rename verb entrypoints verb_xyz()Lennart Poettering2022-02-221-4/+4
* Drop the text argument from assert_not_reached()Zbigniew Jędrzejewski-Szmek2021-08-031-2/+2
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* systemctl: split up humungous systemctl.c fileLennart Poettering2020-10-071-0/+284