mirror of
https://github.com/systemd/systemd.git
synced 2024-12-25 01:34:28 +03:00
Typo in service.c
use => user
This commit is contained in:
parent
8a2f7b7c9b
commit
f0c7e594ed
@ -2272,7 +2272,7 @@ static void service_enter_restart(Service *s) {
|
||||
goto fail;
|
||||
|
||||
/* 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. */
|
||||
s->n_restarts ++;
|
||||
s->flush_n_restarts = false;
|
||||
|
Loading…
Reference in New Issue
Block a user