[Unit] Description=JHM TCP Gateway Service After=network-online.target Wants=network-online.target [Service] Type=simple User=__SERVICE_USER__ WorkingDirectory=__INSTALL_DIR__ ExecStart=__INSTALL_DIR__/jhm-service --config __INSTALL_DIR__/runtime/config.json Restart=always RestartSec=5 LimitNOFILE=65535 Environment=NODE_ENV=production [Install] WantedBy=multi-user.target