service
This commit is contained in:
parent
d15b619b24
commit
4fc06cc8fb
12
nitrodids.service
Normal file
12
nitrodids.service
Normal file
|
|
@ -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
|
||||
Loading…
Reference in a new issue