diff options
author | David Runge <dvzrv@archlinux.org> | 2020-06-24 00:01:56 +0200 |
---|---|---|
committer | David Runge <dvzrv@archlinux.org> | 2020-06-24 00:19:53 +0200 |
commit | 3ed5dd510d24cb4e4b29bb2d3e3574c6d985051b (patch) | |
tree | 1aa4429b805dbb11582050621517252c745f7d8e /configs | |
parent | 32eef254b670b7855bf9480ef22dab58c5f2114f (diff) | |
download | archiso32-3ed5dd510d24cb4e4b29bb2d3e3574c6d985051b.tar.xz |
Enabling iwd
configs/releng/airootfs/etc/systemd/system/multi-user.target.wants/iwd.service:
Adding a symlink to /usr/lib/systemd/system/iwd.service to enable iwd in
airootfs (and thus on the image).
Closes #18
Diffstat (limited to 'configs')
l--------- | configs/releng/airootfs/etc/systemd/system/multi-user.target.wants/iwd.service | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/releng/airootfs/etc/systemd/system/multi-user.target.wants/iwd.service b/configs/releng/airootfs/etc/systemd/system/multi-user.target.wants/iwd.service new file mode 120000 index 0000000..3625abd --- /dev/null +++ b/configs/releng/airootfs/etc/systemd/system/multi-user.target.wants/iwd.service @@ -0,0 +1 @@ +/usr/lib/systemd/system/iwd.service
\ No newline at end of file |