Register actual container as systemd service

This service is scoped to the user only but ensures that the container
is started on system boot.
This commit is contained in:
Thomas Kleinendorst 2024-04-16 17:04:45 +02:00
parent 6a2c50686b
commit 462e202737
4 changed files with 49 additions and 21 deletions

View file

@ -1,7 +0,0 @@
stream {
server {
listen 53 udp;
proxy_pass 127.0.0.1:5053;
proxy_responses 0;
}
}