1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-01-05 09:17:44 +03:00

Typo in service.c

use => user
This commit is contained in:
Vincent Dechenaux 2021-05-24 14:31:06 +02:00 committed by Zbigniew Jędrzejewski-Szmek
parent 8a2f7b7c9b
commit f0c7e594ed

View File

@ -2272,7 +2272,7 @@ static void service_enter_restart(Service *s) {
goto fail; goto fail;
/* Count the jobs we enqueue for restarting. This counter is maintained as long as the unit isn't fully /* Count the jobs we enqueue for restarting. This counter is maintained as long as the unit isn't fully
* stopped, i.e. as long as it remains up or remains in auto-start states. The use can reset the counter * stopped, i.e. as long as it remains up or remains in auto-start states. The user can reset the counter
* explicitly however via the usual "systemctl reset-failure" logic. */ * explicitly however via the usual "systemctl reset-failure" logic. */
s->n_restarts ++; s->n_restarts ++;
s->flush_n_restarts = false; s->flush_n_restarts = false;