blob: 49d05b5a36cd9dc83f0a30e5a03779c91af95652 [file] [log] [blame]
[Unit]
Description=Vulnogram
Documentation=https://github.com/Vulnogram
After=network.target
[Service]
Environment=NODE_ENV=production
Type=simple
User=webapp
ExecStart=/data/server/node/bin/node /data/server/repos/Vulnogram/app.js
Restart=on-failure
[Install]
WantedBy=multi-user.target