diff --git a/nitrodids.service b/nitrodids.service new file mode 100644 index 0000000..753ac15 --- /dev/null +++ b/nitrodids.service @@ -0,0 +1,12 @@ +[Unit] +Description=nitrodids service +After=network.target + +[Service] +Type=simple +WorkingDirectory=/opt/bvs-nitro-did +ExecStart=/opt/node22/bin/node . +Restart=always + +[Install] +WantedBy=multi-user.target \ No newline at end of file