Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 855 Bytes

File metadata and controls

26 lines (14 loc) · 855 Bytes

About

Herein contains various systemd services file.

DNS

There is a service unit configured to run an nspawn container as the dns service. Located at ./usr/lib/systemd/system/nspawn-dns.service. To enable this service you can run this command from the root of this repository.

sudo cp systemd/usr/lib/systemd/system/nspawn-dns.service

sudo systemctl enable --nown nspawn-dns.service

DHCP

There is a service unit configured to run an nspawn container as the dhcp service. Located at ./usr/lib/systemd/system/nspawn-dhcp.service. To enable this service you can run this command from the root of this repository.

sudo cp systemd/usr/lib/systemd/system/nspawn-dhcp.service

sudo systemctl enable --nown nspawn-dhcp.service