This commit is contained in:
parent
483fe1e649
commit
abfa4237ed
4 changed files with 141 additions and 1 deletions
2
debian/app_config.toml
vendored
Normal file
2
debian/app_config.toml
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
ports = [80]
|
||||
addresses = ["::"]
|
1
debian/domainlink.service
vendored
1
debian/domainlink.service
vendored
|
@ -5,7 +5,6 @@ After=network-online.target
|
|||
|
||||
[Service]
|
||||
Type=simple
|
||||
User=%i
|
||||
ExecStart=/usr/local/bin/domainlink
|
||||
Restart=always
|
||||
RestartSec=3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue