moved li.service

This commit is contained in:
DeaDvey
2024-07-26 03:36:05 +01:00
parent 9c3b158fb7
commit 5eb3cdc7ad
2 changed files with 18 additions and 1 deletions

View File

@@ -33,5 +33,5 @@ int main(int argc, char *argv[]) {
int ret = load(users, sessions);
if (ret == 0)
execl(argv[0], argv[0], NULL);
execl(argv[0], argv[0], NULL);
}