-
Notifications
You must be signed in to change notification settings - Fork 12
Configure Ubuntu Linux to auto start DSA server
This instruction assumes that your Ubuntu Linux is using systemd service to manage applications.
sudo nano /etc/systemd/system/dsa.service
[Unit]
Description=DSA
After=syslog.target network.target
[Service]
LimitNOFILE=65535
Type=forking
ExecStart=/opt/dsa/dglux-server/bin/daemon.sh start
ExecReload=/opt/dsa/dglux-server/bin/daemon.sh restart
ExecStop=/opt/dsa/dglux-server/bin/daemon.sh stop
[Install]
WantedBy=multi-user.target
Important! Make sure to verify paths to your daemon.sh file above. It is the same directory where you installed DSA. Save the file and continue.
sudo systemctl enable dsa
sudo service dsa start
Protocol
◌ Design
◌ Initializing Connection
◌ Node API
◌ Methods
◌ Broker
◌ Broker Discovery
◌ Configs
◌ Value Types
◌ Tokens
◌ Quality of Service
DSLink Manager
◌ dslink.json
◌ Startup Command
SDK Development
◌ Implementation Guide
DSA Server
◌ Installation
◌ Update Server
◌ Server Configuration
◌ CLI Tools
◌ DSA Permission Basics
◌ DSA Permission Model
◌ Permission List for the Root
◌ Authentication
◌ OpenID Connect
◌ Password Hasher
◌ DGLux Server SSL (HTTPS)
◌ Docker
◌ Audit
◌ Data Node
◌ Install NGINX with DSA Server
◌ Configure Ubuntu Linux to auto start DSA server
◌ Troubleshooting