[Unit] Description=mojo.js pg application After=network.target [Service] Type=simple User=sammy Group=www-data Environment="NODE_ENV=production" ExecStart=node /home/sammy/mj/pg/index.js server -l http://127.0.0.1:3000 [Install] WantedBy=multi-user.target