[Unit] Description=OpenEats node daemon After=syslog.target network.target openeats_gunicorn.service Requires=openeats_gunicorn.service [Service] Restart=always User=root Group=root Environment=PATH=/usr/bin:/usr/local/bin Environment=NODE_ENV=production Environment=NODE_LOCALE=de Environment=NODE_API_URL=https://food.domain.tld WorkingDirectory=/usr/share/webapps/openeats/frontend ExecStart=/usr/bin/npm start [Install] WantedBy=multi-user.target