Skip to content
Snippets Groups Projects
nta-portal.service 221 B
Newer Older
  • Learn to ignore specific revisions
  • [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