Daemonization Under Linux - Texnomic/SecureDNS GitHub Wiki
The following applies to SecureDNS Terminal Edition releases started from v0.2 Alpha.
- Run the following command:
sudo apt install libsodium-dev
vi /etc/systemd/system/securedns.service
- Past the following
Unit File
& Replace<Path>
with Working Directory:
[Unit]
Description=securedns
[Service]
WorkingDirectory=<Path>/securedns
ExecStart=<Path>/securedns/Texnomic.SecureDNS.Terminal
[Install]
WantedBy=multi-user.target
-
Change
AppSettings.json
Terminal Options Section As in Wiki Page -
Run the following command:
sudo systemctl daemon-reload
sudo systemctl status securedns
sudo systemctl start securedns