Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

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