Commit graph

5 commits

Author SHA1 Message Date
Georg 8a1b7b56d2 Require kanidm-unixd before kanidm-unixd-tasks ()
The kanidm-unixd-tasks service refuses to start before kanidm-unixd:

```
systemd[1]: Started Kanidm Local Tasks.
(xd_tasks)[29469]: kanidm-unixd-tasks.service: Failed to set up mount namespacing: /run/systemd/unit-root/run/kanidm-unixd: No such file or directory
(xd_tasks)[29469]: kanidm-unixd-tasks.service: Failed at step NAMESPACE spawning /usr/sbin/kanidm_unixd_tasks: No such file or directory
systemd[1]: kanidm-unixd-tasks.service: Main process exited, code=exited, status=226/NAMESPACE
systemd[1]: kanidm-unixd-tasks.service: Failed with result 'exit-code'.
```

Resolve this by ensuring kanidm-unixd gets activated as a dependency.
The ordering ("After") is already in place.

Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
2024-03-30 14:02:18 +10:00
Firstyear 54544075c1
Improve service file for host installs () 2023-07-25 12:23:47 +10:00
Firstyear 32a7200305
Fix block_on in ssh authorised keys () 2023-06-19 15:02:09 +10:00
Firstyear f252d91e13
20220219 webui updates + source refactor + clippy go clip clip () 2022-02-20 12:43:38 +10:00
cuberoot74088 d2e6186c15
471 add service files () 2021-06-16 07:59:41 +10:00