mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 08:25:20 +09:00
login: re-used -> reused
Suggested by Fossies.
This commit is contained in:
@@ -509,7 +509,7 @@ int user_start(User *u) {
|
||||
if (!u->started || u->stopping) {
|
||||
/* If u->stopping is set, the user is marked for removal and service stop-jobs are queued.
|
||||
* We have to clear that flag before queueing the start-jobs again. If they succeed, the
|
||||
* user object can be re-used just fine (pid1 takes care of job-ordering and proper restart),
|
||||
* user object can be reused just fine (pid1 takes care of job-ordering and proper restart),
|
||||
* but if they fail, we want to force another user_stop() so possibly pending units are
|
||||
* stopped. */
|
||||
u->stopping = false;
|
||||
|
||||
Reference in New Issue
Block a user