https://github.com/kamiyaa/systemd-unit-files
My own custom systemd unit files
https://github.com/kamiyaa/systemd-unit-files
dhcpcd iwd systemd-unit wpa-supplicant
Last synced: 5 months ago
JSON representation
My own custom systemd unit files
- Host: GitHub
- URL: https://github.com/kamiyaa/systemd-unit-files
- Owner: kamiyaa
- Created: 2016-12-03T16:22:02.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-07-29T00:35:40.000Z (almost 8 years ago)
- Last Synced: 2025-01-31T21:48:01.073Z (over 1 year ago)
- Topics: dhcpcd, iwd, systemd-unit, wpa-supplicant
- Language: Makefile
- Size: 4.88 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# systemd-unit-files
My own custom systemd unit files for:
- automatically starting wifi on bootup using wpa_supplicant and dhcpcd
## configuration
Change the names of the network interface after '@' in unit files name to
the network interface of your system before installing
Example:
```
# wireless interface is named wlp2s0
$ mv shana-supplicant@wlp4s0.service shana-supplicant@wlp2s0.service
$ mv shana-dhcpcd@wlp4s0.service shana-dhcpcd@wlp2s0.service
```
## installation
```
# make install
```