You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
382 B
19 lines
382 B
[Unit]
|
|
Description=D-STAR Gateway Dashboard
|
|
After=network.target,network-online.target
|
|
Wants=network-online.target
|
|
|
|
[Service]
|
|
User=root
|
|
Type=simple
|
|
WorkingDirectory=/usr/local/src/dsgwdashboard
|
|
ExecStart=/usr/bin/node index.js
|
|
Restart=on-failure
|
|
RestartSec=5
|
|
StartLimitIntervalSec=60
|
|
StartLimitBurst=0
|
|
StandardOutput=syslog
|
|
StandardError=syslog
|
|
[Install]
|
|
WantedBy=multi-user.target
|