Added default config to debian package + turned service file back into root run service

This commit is contained in:
Neshura 2024-04-08 22:12:54 +02:00
parent 483fe1e649
commit abfa4237ed
Signed by: Neshura
GPG key ID: B6983AAA6B9A7A6C
4 changed files with 141 additions and 1 deletions

2
debian/app_config.toml vendored Normal file
View file

@ -0,0 +1,2 @@
ports = [80]
addresses = ["::"]

View file

@ -5,7 +5,6 @@ After=network-online.target
[Service]
Type=simple
User=%i
ExecStart=/usr/local/bin/domainlink
Restart=always
RestartSec=3