15 lines
259 B
Desktop File
15 lines
259 B
Desktop File
[Unit]
|
|
Description=Test Node Process
|
|
Documentation=https://api.konnect.dev/
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=edgeking810
|
|
WorkingDirectory=/home/edgeking810/tmpNodeApp/
|
|
ExecStart=node app.js
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|