Replace non-existing local.target with multi-user.target

rdma-v2
Vitaliy Filippov 2023-01-25 01:29:31 +03:00
parent 98001d845b
commit 749c837045
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ StartLimitInterval=0
RestartSec=10 RestartSec=10
[Install] [Install]
WantedBy=local.target WantedBy=multi-user.target
`); `);
await system(`useradd etcd`); await system(`useradd etcd`);
await system(`systemctl daemon-reload`); await system(`systemctl daemon-reload`);