Skip to content
Snippets Groups Projects
Commit adab4afa authored by Henry Fröcklin's avatar Henry Fröcklin
Browse files

Added systemd service file for ntaportal.

parent 4d5f51ee
No related branches found
No related tags found
2 merge requests!6Test,!5Devel
Pipeline #119545 passed
[Unit]
Description=NTA-Digital
After=network.target
[Service]
Type=simple
User=henfr13
ExecStart=/usr/bin/node /var/www/nta-digital-portal/.output/server/index.mjs
Restart=on-failure
[Install]
WantedBy=multi-user.target
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment