summaryrefslogtreecommitdiffstats
path: root/src/core/service.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* core/service: service_add_fd_store() consumes passed fdYu Watanabe10 days1-3/+1
* tree-wide: time-out → timeoutZbigniew Jędrzejewski-Szmek2024-11-051-1/+1
* core: Introduce PrivatePIDs=Daan De Meyer2024-11-051-0/+33
* core/service: don't propagate stop jobs if RestartMode=direct (#34768)Lennart Poettering2024-11-011-8/+19
|\
| * core/service: don't propagate stop jobs if RestartMode=directMike Yuan2024-10-271-4/+5
| * core: make refuse_late_merge a proper attr of Job and introduce TRANSACTION_R...Mike Yuan2024-10-271-2/+13
| * core/manager: introduce manager_add_job_full() which takes extra TransactionA...Mike Yuan2024-10-271-3/+2
| * core/service: use log_unit_* where appropriateMike Yuan2024-10-271-3/+3
* | core/service: support sd_notify() MAINPIDFD=1 and MAINPIDFDID=Mike Yuan2024-10-291-27/+89
|/
* core: clean up errors for live mountingMike Yuan2024-10-221-44/+28
* core/service: fix one wordingMike Yuan2024-10-221-1/+1
* core/service: add missing serialization for Service.live_mount_resultMike Yuan2024-10-221-3/+13
* core/service: call service_enter_running() if live mount failsMike Yuan2024-10-221-1/+1
* core/service: introduce service_live_mount_finish()Mike Yuan2024-10-221-8/+7
* core/service: place occurrences of SERVICE_MOUNTING closer to reload statesMike Yuan2024-10-221-20/+19
* core: move debug logging from _can_live_mount() functions to callerLennart Poettering2024-10-161-8/+2
* core: one more Mount -> LiveMount renameLuca Boccassi2024-10-161-1/+1
* core/service: add missing serialization for extra fdsMike Yuan2024-10-111-0/+38
* core/service: use array rather than list for extra fds, limit max numberMike Yuan2024-10-111-85/+48
* core: suppress one debugging logYu Watanabe2024-10-081-1/+5
* Add ExtraFileDescriptor property to StartTransientUnit dbus APIRyan Wilson2024-10-071-31/+106
* systemd: rewatch pids under cgroup v1 when sigchld of processes more than mai...chenjiayi2024-09-181-1/+1
* core/unit: introduce unit_set_debug_invocation()Mike Yuan2024-09-041-21/+11
* core/service: modernize service_load_pid_file() a bitMike Yuan2024-09-041-19/+14
* core/service: minor coding style tweakMike Yuan2024-09-041-4/+2
* core: do BindMount/MountImage operations in async control processLuca Boccassi2024-08-291-5/+236
* service: add 'debug' option to RestartMode=Luca Boccassi2024-08-271-2/+37
* core: honor FileDescriptorName= too for Accept=yes socketsMike Yuan2024-08-261-1/+2
* core: move check for combination of PAMName= + KillMode= to unit_verify_conte...Mike Yuan2024-08-261-3/+0
* core/service: drop redundant flush_n_restarts indicatorMike Yuan2024-08-041-21/+8
* core/service: actually allow to "hurry up" auto restartsMike Yuan2024-08-031-12/+18
* core/unit: unexport cg_kill log funcs, rather take in boolMike Yuan2024-08-021-4/+4
* core: pin notify sender through pidfd (potentially SCM_PIDFD)Mike Yuan2024-07-221-13/+15
* core/service: use switch in service_notify_message_authorized()Mike Yuan2024-07-211-8/+16
* core/service: imply Type=exec if credentials are usedMike Yuan2024-07-211-0/+6
* core/service: destroy runtime data when Type=oneshot services exitMike Yuan2024-07-211-11/+26
* core: do not set up cgroup runtime on coldplugMike Yuan2024-06-281-1/+0
* core/service: store BUSERROR= & VARLINKERROR= received through notificationMike Yuan2024-06-201-2/+49
* core/service: fix accept-socket deserializationMike Yuan2024-06-171-4/+4
* core: cast ignored retval of deserialize_* to voidMike Yuan2024-06-171-6/+6
* core/service: use r to store parsed int valuesMike Yuan2024-06-161-12/+8
* core/service: drop unused bus_name_ownerMike Yuan2024-06-161-18/+1
* core/service: also serialize/dump status_errnoMike Yuan2024-06-161-0/+14
* core/service: use serialize_usec where appropriate, drop redundant debug logMike Yuan2024-06-161-57/+46
* Merge pull request #32961 from YHNdnzj/starttime-mainYu Watanabe2024-06-121-0/+10
|\
| * core/service: try to query for new main process's starttimeMike Yuan2024-05-221-0/+10
* | core: populate $REMOTE_ADDR for AF_UNIX socketsKamil Szczęk2024-06-121-13/+18
|/
* core/service: remove unnecessary reset of notify_access_overrideMike Yuan2024-05-131-4/+1
* core/service: shorten code a bitYu Watanabe2024-05-101-3/+1
* core/service: use switch for service_enter_startMike Yuan2024-05-071-22/+25